Поменял айди админа
This commit is contained in:
parent
96a8d36461
commit
d738194674
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue