mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Use correct login URL
This commit is contained in:
parent
79050d7486
commit
486dd1a5d7
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ AUTHENTICATION_BACKENDS = [
|
||||||
|
|
||||||
# this is where unauthenticated requests are redirected when using
|
# this is where unauthenticated requests are redirected when using
|
||||||
# the login_required() decorator, LoginRequiredMixin, or AccessMixin
|
# the login_required() decorator, LoginRequiredMixin, or AccessMixin
|
||||||
LOGIN_URL = "openid/openid/login"
|
LOGIN_URL = "openid/login"
|
||||||
|
|
||||||
# where to go after logging out
|
# where to go after logging out
|
||||||
LOGOUT_REDIRECT_URL = "home"
|
LOGOUT_REDIRECT_URL = "home"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue