streamflix-api / src /shared /keys /super-admin-recovery-code.keys.ts
Akshar2325
✨ feat(super-admin-2fa): introduce two-factor authentication
add3ead
Raw
History Blame
438 Bytes
export const SuperAdminRecoveryCodeMessages = {
NOT_FOUND: 'Recovery code not found',
DELETED: 'Recovery code deleted successfully',
ALREADY_USED: 'Recovery code has already been used',
INVALID_CODE: 'Invalid recovery code',
VERIFIED_SUCCESS: 'Recovery code verified successfully',
GENERATED_SUCCESS: 'Recovery codes generated successfully',
ALREADY_USED_VALID: 'This recovery code has been used and is no longer valid',
};