We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1995324 commit 4ccb0faCopy full SHA for 4ccb0fa
soauth/config/settings.py
@@ -44,7 +44,7 @@ class Settings(BaseSettings):
44
45
github_client_id: str | None = None
46
github_client_secret: str | None = None
47
- github_redirect_uri: str | None
+ github_redirect_uri: str | None = None
48
github_organization_checks: list[str] = []
49
50
# Production setup
0 commit comments