Skip to content

Commit c4b0c71

Browse files
committed
/auth/callback -> /admin/auth/callback
1 parent 566a160 commit c4b0c71

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Settings(BaseSettings):
4545
# GitHub OAuth Configuration
4646
github_client_id: str = ""
4747
github_client_secret: str = ""
48-
oauth_redirect_uri: str = "http://localhost:3000/auth/callback"
48+
oauth_redirect_uri: str = "http://localhost:3000/admin/auth/callback"
4949
oauth_state_secret: str = "your-secret-key-change-me"
5050

5151
# Admin authorization via GitHub usernames
File renamed without changes.

0 commit comments

Comments
 (0)