Skip to content

Commit a682119

Browse files
committed
Update requested scopes
1 parent e4364b8 commit a682119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-Login/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def handle_auth_error(ex):
5353
access_token_url=AUTH0_BASE_URL + '/oauth/token',
5454
authorize_url=AUTH0_BASE_URL + '/authorize',
5555
client_kwargs={
56-
'scope': 'openid profile email',
56+
'scope': 'openid profile',
5757
},
5858
)
5959

0 commit comments

Comments
 (0)