(20241205) Some details added to Mail OAuth.

This commit is contained in:
2024-12-05 11:56:33 +05:30
parent 449d7ed451
commit 6bdad7d6f7
3 changed files with 25 additions and 13 deletions
+2 -1
View File
@@ -182,7 +182,8 @@ async def request_oauth_authorization_url(
user_info = kwargs["session_info"],
email_id = inbound_data.mailId,
service_client = inbound_data.mailClient,
auth_type = "oauth"
auth_type = "oauth",
sync_freq = inbound_data.syncFreq
)
if token_id is None:
return ResponseModel(