(20241209) Trying to locate the oauth callback exception in gmail.

This commit is contained in:
2024-12-09 12:48:34 +05:30
parent a443a78e19
commit 741bfd3a98
+8 -7
View File
@@ -283,13 +283,14 @@ async def mail_auth_callback(
# ┣┫┏┓┏┓┏┫┃┏┓ ┃ ┏┓┃┃┣┓┏┓┏┃┏┏ # ┣┫┏┓┏┓┏┫┃┏┓ ┃ ┏┓┃┃┣┓┏┓┏┃┏┏
# ┛┗┗┻┛┗┗┻┗┗ ┗┛┗┻┗┗┗┛┗┻┗┛┗┛ # ┛┗┗┻┛┗┗┻┗┗ ┗┛┗┻┗┗┗┛┗┻┗┛┗┛
try: if mail_client == "gmail": return await handle_gmail_callback()
# try:
if mail_client == "gmail": return await handle_gmail_callback() #
# if mail_client == "gmail": return await handle_gmail_callback()
except Exception as exception: #
# except Exception as exception:
pass #
# pass
# ┓┏ ┓┓ ┳ ┓• ┓ ┏┓┓• # ┓┏ ┓┓ ┳ ┓• ┓ ┏┓┓•
# ┣┫┏┓┏┓┏┫┃┏┓ ┃┏┓┓┏┏┓┃┓┏┫ ┃ ┃┓┏┓┏┓╋ # ┣┫┏┓┏┓┏┫┃┏┓ ┃┏┓┓┏┏┓┃┓┏┫ ┃ ┃┓┏┓┏┓╋