Spaces:
Running
Running
Update test.py
Browse files
test.py
CHANGED
@@ -19,7 +19,7 @@ GOOGLE_REDIRECT_URI = ""
|
|
19 |
|
20 |
|
21 |
|
22 |
-
@app.get("/
|
23 |
async def login_google():
|
24 |
# oauth_url = f"https://accounts.google.com/o/oauth2/auth?response_type=code&client_id={GOOGLE_CLIENT_ID}&redirect_uri={GOOGLE_REDIRECT_URI}&scope=openid%20profile%20email&access_type=offline"
|
25 |
|
|
|
19 |
|
20 |
|
21 |
|
22 |
+
@app.get("/")
|
23 |
async def login_google():
|
24 |
# oauth_url = f"https://accounts.google.com/o/oauth2/auth?response_type=code&client_id={GOOGLE_CLIENT_ID}&redirect_uri={GOOGLE_REDIRECT_URI}&scope=openid%20profile%20email&access_type=offline"
|
25 |
|