add logout request,delete old controller
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2025-12-11 13:00:01 +07:00
parent 0635b9b4ac
commit d34a304763
6 changed files with 83 additions and 43 deletions
@@ -8,6 +8,8 @@ public enum MessageCode {
MSG_ID_NOT_FOUND(4, "Message id not found"),
AUTH_EMAIL_NOT_FOUND(4, "Email not found"),
AUTH_EMAIL_OR_TOKEN_NOT_FOUND(4, "Email or Token not found "),
AUTH_TOKEN_MISMATCH(4, "Token mismatch"),
AUTH_PASSWORD_NOT_MATCHES(2, "Password does not match");
private final Integer code;