Skip to content

Commit 180f8a3

Browse files
committed
Show name instead of email of the user profile
1 parent bc52fa5 commit 180f8a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01-Login/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def callback_handling():
8282

8383
session[constants.PROFILE_KEY] = {
8484
'user_id': payload['sub'],
85-
'email': payload['email'],
85+
'name': payload['name'],
8686
'picture': payload['picture']
8787
}
8888

0 commit comments

Comments
 (0)