Skip to content

Commit

Permalink
fix: rename to core, remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Feb 7, 2024
1 parent 0c28146 commit 5c00e19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions benefits/admin.py

This file was deleted.

2 changes: 1 addition & 1 deletion benefits/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _filter_empty(ls):
GOOGLE_SSO_SUPERUSER_LIST = _filter_empty(os.environ.get("GOOGLE_SSO_SUPERUSER_LIST", "").split(","))
GOOGLE_SSO_LOGO_URL = "/static/img/icon/google_sso_logo.svg"
GOOGLE_SSO_SAVE_ACCESS_TOKEN = True
GOOGLE_SSO_PRE_LOGIN_CALLBACK = "benefits.admin.pre_login_user"
GOOGLE_SSO_PRE_LOGIN_CALLBACK = "benefits.core.admin.pre_login_user"
GOOGLE_SSO_SCOPES = [
"openid",
"https://www.googleapis.com/auth/userinfo.email",
Expand Down

0 comments on commit 5c00e19

Please sign in to comment.