Skip to content

Commit

Permalink
fixup! fix url and scope
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Aug 29, 2024
1 parent ba6d7f2 commit 8da1b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
MIDDLEWARE = DJANGO_MIDDLEWARE + THIRD_PARTIES_MIDDLEWARE + LOCAL_MIDDLEWARE

ROOT_URLCONF = "config.urls"
LOGIN_URL = "/openid_connect/authorize"
LOGIN_URL = "/pro_connect/authorize"
LOGIN_REDIRECT_URL = "/"
LOGOUT_REDIRECT_URL = "/"

Expand Down

0 comments on commit 8da1b8f

Please sign in to comment.