mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
admin wrong password removed
This commit is contained in:
parent
f59c0793ee
commit
bd357db0ac
1 changed files with 3 additions and 4 deletions
|
|
@ -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,
|
||||
};
|
||||
Loading…
Reference in a new issue