feat(): yandex sign up interactor

This commit is contained in:
doas root
2025-11-18 23:53:58 +03:00
parent beeca57c1e
commit 0992e6c038
9 changed files with 93 additions and 5 deletions
@@ -12,3 +12,13 @@ class UserAlreadyExistsError(ApplicationError):
@override
def __str__(self) -> str:
return f"User with identifier={self.identifier!r} and auth method={self.auth_method.value} already exists"
@to_error
class AuthError(ApplicationError):
pass
@to_error
class InvalidCodeError(ApplicationError):
pass