chore: moved user_authn all urls in urls.py (#34396)
This commit is contained in:
committed by
GitHub
parent
b0e3136d77
commit
fc63719ceb
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user