admin wrong password removed

This commit is contained in:
EntireTwix 2021-06-14 22:14:16 -07:00
parent f59c0793ee
commit bd357db0ac

View file

@ -4,8 +4,7 @@ enum ErrorResponse
UserNotFound = -1,
WrongPassword = -2,
InvalidRequest = -3,
WrongAdminPassword = -4,
NameTooLong = -5,
UserAlreadyExists = -6,
InsufficientFunds = -7,
NameTooLong = -4,
UserAlreadyExists = -5,
InsufficientFunds = -6,
};