xiddiqui commited on
Commit
c14262b
·
1 Parent(s): 01bf3a0

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ CLIENT_CONFIG = {
17
  "web": { # Changed to "web" for web credentials
18
  "client_id": os.environ.get('GOOGLE_CLIENT_ID'),
19
  "client_secret": os.environ.get('GOOGLE_CLIENT_SECRET'),
20
- "redirect_uris": ["https://accounts.google.com/o/oauth2/auth"], # Standard Google OAuth endpoint
21
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
22
  "token_uri": "https://oauth2.googleapis.com/token",
23
  }
 
17
  "web": { # Changed to "web" for web credentials
18
  "client_id": os.environ.get('GOOGLE_CLIENT_ID'),
19
  "client_secret": os.environ.get('GOOGLE_CLIENT_SECRET'),
20
+ "redirect_uris": ["https://huggingface.co/spaces/xiddiqui/recruitment-helper"], # Standard Google OAuth endpoint
21
  "auth_uri": "https://accounts.google.com/o/oauth2/auth",
22
  "token_uri": "https://oauth2.googleapis.com/token",
23
  }