(20241128) Utils upgraded.
This commit is contained in:
@@ -156,7 +156,7 @@ async def mail_callback(
|
||||
|
||||
if tokens:
|
||||
|
||||
# Add information and :
|
||||
# Add information and:
|
||||
user_profile = await current_app.gmail_client.get_user_profile(tokens = tokens)
|
||||
tokens.email = user_profile.data["emailAddress"] if user_profile.success else None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user