Spaces:
Sleeping
Sleeping
updated app.py
Browse files
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://
|
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 |
}
|