(20241203) Passing e-mail id to the 'set_token' method. Had forgotten to do this earlier.
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user