Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,6 @@ class AppSettings(BaseModel):

# Disable regular signup but allow GitHub auth
SOCIALACCOUNT_ONLY = True
# Skip intermediate "Continue" page, redirect to GitHub immediately
SOCIALACCOUNT_LOGIN_ON_GET = True
ACCOUNT_ALLOW_REGISTRATION = False
ACCOUNT_EMAIL_VERIFICATION = "none"

Expand Down