File size: 464 Bytes
add3ead
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
export const SuperAdminTwoFactorMethodMessages = {
  NOT_FOUND: 'Super admin two-factor method not found',
  DELETED: 'Super admin two-factor method deleted successfully',
  ALREADY_ENABLED: 'This two-factor method is already enabled',
  NOT_ENABLED: 'This two-factor method is not enabled',
  INVALID_METHOD: 'Invalid two-factor method',
  ENABLE_SUCCESS: 'Two-factor method enabled successfully',
  DISABLE_SUCCESS: 'Two-factor method disabled successfully',
};