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 566a160 commit c4b0c71Copy full SHA for c4b0c71
backend/app/config.py
@@ -45,7 +45,7 @@ class Settings(BaseSettings):
45
# GitHub OAuth Configuration
46
github_client_id: str = ""
47
github_client_secret: str = ""
48
- oauth_redirect_uri: str = "http://localhost:3000/auth/callback"
+ oauth_redirect_uri: str = "http://localhost:3000/admin/auth/callback"
49
oauth_state_secret: str = "your-secret-key-change-me"
50
51
# Admin authorization via GitHub usernames
frontend/src/app/auth/callback/page.tsx renamed to frontend/src/app/admin/auth/callback/page.tsx
0 commit comments