Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ flow = Flow.from_client_config(
|
|
55 |
"redirect_uris": [GOOGLE_REDIRECT_URI],
|
56 |
"scopes": [
|
57 |
"openid",
|
58 |
-
"https://www.googleapis.com/auth/userinfo.email",
|
59 |
-
"https://www.googleapis.com/auth/userinfo.profile",
|
60 |
],
|
61 |
}
|
62 |
},
|
|
|
55 |
"redirect_uris": [GOOGLE_REDIRECT_URI],
|
56 |
"scopes": [
|
57 |
"openid",
|
58 |
+
# "https://www.googleapis.com/auth/userinfo.email",
|
59 |
+
# "https://www.googleapis.com/auth/userinfo.profile",
|
60 |
],
|
61 |
}
|
62 |
},
|