Spaces:
Runtime error
Runtime error
| export const SuperAdminEmailTwoFactorMessages = { | |
| NOT_FOUND: 'Email two-factor configuration not found', | |
| DELETED: 'Email two-factor configuration deleted successfully', | |
| CODE_SENT: 'Verification code sent to your email', | |
| CODE_EXPIRED: 'Verification code has expired', | |
| CODE_INVALID: 'Invalid verification code', | |
| TOO_MANY_ATTEMPTS: 'Too many failed attempts. Please request a new code', | |
| VERIFIED_SUCCESS: 'Email two-factor verified successfully', | |
| }; | |