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