dev add reset password
Test Workflow / test (push) Successful in 4s

This commit is contained in:
vladp
2026-02-18 11:30:15 +07:00
parent ac11de2abb
commit 8811f3ce0e
2 changed files with 17 additions and 8 deletions
@@ -12,6 +12,8 @@ public enum MessageCode {
FILE_UPLOAD_ERROR(2, "File upload error"),
DUPLICATE_FILE_UPLOAD(2, "Duplicate file upload"),
FILE_DOWNLOAD_ERROR(2, "File download error"),
FILE_NOT_EXIST(2, "File not exist on disk"),
FILE_DELETE(2, "File was deleted"),
USER_NOT_HAD_PERMISSION(2, "User not have permission for file"),
USER_NOT_VERIFIED(2, "User not verified"),
PERMISSION_NOT_FOUND(2, "Permission not found"),