diff --git a/app/services/user_service.py b/app/services/user_service.py index 0e8b426..f16679a 100644 --- a/app/services/user_service.py +++ b/app/services/user_service.py @@ -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: