Skip to content

Commit

Permalink
feat(admin): hide native Django login fields
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 14, 2024
1 parent 4f991a5 commit d4d935c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def RUNTIME_ENVIRONMENT():
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
]
SSO_SHOW_FORM_ON_ADMIN_PAGE = False

MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
Expand Down

0 comments on commit d4d935c

Please sign in to comment.