Skip to content

Commit

Permalink
Set update workflow settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasTischer committed Nov 23, 2023
1 parent 2920a19 commit 23e4eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"USER_CREATE_PASSWORD_RETYPE": True,
"PASSWORD_RESET_CONFIRM_RETYPE": True,
"TOKEN_MODEL": None,
"SOCIAL_AUTH_ALLOWED_REDIRECT_URIS": getenv("REDIRECT_URLS").split(","),
"SOCIAL_AUTH_ALLOWED_REDIRECT_URIS": getenv("REDIRECT_URLS", "").split(","),
}

AUTH_COOKIE = "access"
Expand Down

0 comments on commit 23e4eb0

Please sign in to comment.