XThomasBU commited on
Commit
f8640ba
·
verified ·
1 Parent(s): 6175509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  },