dev use authtoken
Test Workflow / test (push) Successful in 7s

This commit is contained in:
vladp
2026-02-24 16:53:33 +07:00
parent 51d1d78f40
commit ba6464147a
2 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@ public enum MessageCode {
REFERRAL_LINK_IS_NOT_EXIST(1, "Refferal link is not exist"),
INVALID_FIELD(2, "Invalid field"),
MAIL_VERIFIED_NULL(2, "Mail verified null"),
INVALID_TOKEN(2, "Invalid token"),
INVALID_TOKEN(2, "Token not found or time expired"),
TOKEN_IS_ALIVE(2, "Token is alive"),
INVALID_ACTION(2, "Invalid action"),
FILE_UPLOAD_ERROR(2, "File upload error"),