Тест кода
This commit is contained in:
parent
3ee2611cd8
commit
79606aa33d
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ class UserService:
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
raise WrongCodeException
|
raise WrongCodeException
|
||||||
logging.warning(verification_code)
|
logging.warning(verification_code)
|
||||||
|
logging.warning(confirmation_code)
|
||||||
if verification_code != confirmation_code:
|
if verification_code != confirmation_code:
|
||||||
raise WrongCodeException
|
raise WrongCodeException
|
||||||
async with uow:
|
async with uow:
|
||||||
|
|
Loading…
Add table
Reference in a new issue