streamflix-api / src /shared /keys /super-admin-email-two-factor.keys.ts
Akshar2325
✨ feat(super-admin-2fa): introduce two-factor authentication
add3ead
Raw
History Blame
461 Bytes
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',
};