fix: admin users
Deploy banu-front / deploy (push) Failing after 16s

This commit is contained in:
sajjadtalkhabi
2026-06-10 20:55:54 +03:30
parent b8ccbcc030
commit b9fa65b84f
51 changed files with 373 additions and 255 deletions
+8 -2
View File
@@ -38,11 +38,17 @@ export const STUDENT_REGISTRATION = Object.freeze({
export const STUDENT_REGISTRATION_ORDER = Object.freeze(Object.values(STUDENT_REGISTRATION))
// User lifecycle states (Set User Status endpoint):
// pending just registered
// verified phone OTP-confirmed
// approved full access
// blocked no access (existing tokens revoked)
export const USER_STATUS = Object.freeze({
approved: 'تأیید شده',
pending: 'در انتظار',
rejected: 'رد شده',
verified: 'تأیید تلفن',
approved: 'تأیید شده',
blocked: 'مسدود',
rejected: 'رد شده',
})
export const MARITAL_STATUS = Object.freeze({