chore: moved user_authn all urls in urls.py (#34396)

This commit is contained in:
Syed Sajjad Hussain Shah
2024-03-25 22:05:55 +05:00
committed by GitHub
parent b0e3136d77
commit fc63719ceb
5 changed files with 93 additions and 118 deletions

View File

@@ -46,7 +46,7 @@ def redirect_to_lms_login_for_admin(request):
"""
This view redirect the admin/login url to the site's login page.
"""
return redirect('/login?next=/admin')
return redirect('/login/?next=/admin')
def _build_next_param(request):