From d738194674d14cd042562e336a29b62ca09f11eb Mon Sep 17 00:00:00 2001 From: urec56 Date: Sun, 11 Feb 2024 22:24:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BC=D0=B5=D0=BD=D1=8F=D0=BB=20?= =?UTF-8?q?=D0=B0=D0=B9=D0=B4=D0=B8=20=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chat_test/app/users/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_test/app/users/auth.py b/chat_test/app/users/auth.py index a613e28..808b8e3 100644 --- a/chat_test/app/users/auth.py +++ b/chat_test/app/users/auth.py @@ -14,7 +14,7 @@ from app.users.schemas import SUserRegister pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto") ADMIN_USER = 100 -ADMIN_USER_ID = 21 +ADMIN_USER_ID = 3 REGISTRATED_USER = 0 VERIFICATED_USER = 1