Skip to content

Commit 4ccb0fa

Browse files
committed
Remove missing uri default
1 parent 1995324 commit 4ccb0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soauth/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Settings(BaseSettings):
4444

4545
github_client_id: str | None = None
4646
github_client_secret: str | None = None
47-
github_redirect_uri: str | None
47+
github_redirect_uri: str | None = None
4848
github_organization_checks: list[str] = []
4949

5050
# Production setup

0 commit comments

Comments
 (0)