Тест кода

This commit is contained in:
urec56 2024-08-27 19:20:17 +04:00
parent 3ee2611cd8
commit 79606aa33d

View file

@ -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: