(20241203) Passing e-mail id to the 'set_token' method. Had forgotten to do this earlier.

This commit is contained in:
2024-12-03 09:00:53 +05:30
parent 136837af50
commit 3dda5043d2
+1
View File
@@ -163,6 +163,7 @@ async def handle_gmail_callback():
mongo_conn = current_app.data_mongo,
session_token = g.inbound_headers.get("X-Session-Token"),
account_identifier = g.inbound_data["state"],
email_id = tokens.email,
token = tokens.model_dump()
)