From 79606aa33d65a0b7d187e2e95ed1df67bf22260f Mon Sep 17 00:00:00 2001 From: urec56 Date: Tue, 27 Aug 2024 19:20:17 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=20=D0=BA=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/user_service.py | 1 + 1 file changed, 1 insertion(+) 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: