fix value
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-02-06 21:22:47 +07:00
parent 1c7a33be32
commit 682c21ba73
3 changed files with 20 additions and 2 deletions
@@ -4,6 +4,7 @@ public enum MessageCode {
SUCCESS(0, "Operation successful"),
REG_EMAIL_EXISTS(1, "Email already registered"),
REG_EMAIL_OR_PHONE_EXISTS(1, "Email or phone already registered"),
REFERRAL_LINK_IS_NOT_EXIST(1, "Refferal link is not exist"),
INVALID_FIELD(2, "Invalid field"),
INVALID_TOKEN(2, "Invalid token"),
TOKEN_IS_ALIVE(2, "Token is alive"),