diff --git a/src/project/settings.py b/src/project/settings.py index 8a9f6801..86e1705f 100644 --- a/src/project/settings.py +++ b/src/project/settings.py @@ -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"