File size: 461 Bytes
add3ead
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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',
};