(20241128) Utils upgraded.

This commit is contained in:
2024-11-28 12:57:17 +05:30
parent adecc1f830
commit 27a621dbec
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -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