There was an error while loading. Please reload this page.
1 parent e4364b8 commit a682119Copy full SHA for a682119
01-Login/server.py
@@ -53,7 +53,7 @@ def handle_auth_error(ex):
53
access_token_url=AUTH0_BASE_URL + '/oauth/token',
54
authorize_url=AUTH0_BASE_URL + '/authorize',
55
client_kwargs={
56
- 'scope': 'openid profile email',
+ 'scope': 'openid profile',
57
},
58
)
59
0 commit comments