feat(nows): Moved tasklist to profiles.

This commit is contained in:
2024-10-07 01:07:56 +10:00
parent 2cdd084bbe
commit 997804c6bf
3 changed files with 61 additions and 16 deletions

View File

@@ -56,7 +56,7 @@ class UserAuthFlow:
result = await self._comm_task
if result.get('error', None):
# TODO Custom auth errors
# This is only documented to occure when the user denies the auth
# This is only documented to occur when the user denies the auth
raise SafeCancellation(f"Could not authenticate user! Reason: {result['error_description']}")
if result.get('state', None) != self.auth.state: