Тест кода
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:
|
||||
raise WrongCodeException
|
||||
logging.warning(verification_code)
|
||||
logging.warning(confirmation_code)
|
||||
if verification_code != confirmation_code:
|
||||
raise WrongCodeException
|
||||
async with uow:
|
||||
|
|
Loading…
Add table
Reference in a new issue