chore: add debug logging for user authentication flow in login handler

This commit is contained in:
2024-12-03 18:46:09 +00:00
parent 127a129bd3
commit 87073cf340
+1
View File
@@ -166,6 +166,7 @@ class Api:
data=self.patch_auth({"comment": comment}),
)
obj = await response.json()
print(obj)
return obj.get("success", False)
@property