This commit is contained in:
parent
a11ee74fc3
commit
40ac53d32d
|
@ -62,6 +62,9 @@ async def check_auth(req) -> (bool, int | None):
|
|||
pass
|
||||
|
||||
except Exception as e:
|
||||
import traceback
|
||||
|
||||
traceback.print_exc()
|
||||
# Handling and logging exceptions during authentication check
|
||||
print(f"[services.auth] {e}")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user