Remove phone and hash from sign in

This commit is contained in:
Lonami Exo
2022-02-16 12:54:41 +01:00
parent df0e710fa1
commit 90bd5de74a
6 changed files with 47 additions and 66 deletions

View File

@@ -150,3 +150,9 @@ class MultiError(Exception):
self.results = list(result)
self.requests = list(requests)
return self
class SignUpRequired(Exception):
"""
Occurs when trying to sign in with a phone number that doesn't have an account registered yet.
"""