streamflix-api / src /shared /keys /super-admin-push-two-factor.keys.ts
Akshar2325
✨ feat(super-admin-2fa): introduce two-factor authentication
add3ead
Raw
History Blame
460 Bytes
export const SuperAdminPushTwoFactorMessages = {
NOT_FOUND: 'Push approval two-factor configuration not found',
DELETED: 'Push approval two-factor configuration deleted successfully',
NO_DEVICES: 'No push devices registered',
CHALLENGE_SENT: 'Push approval request sent to your device',
CHALLENGE_APPROVED: 'Push approval request approved',
CHALLENGE_DENIED: 'Push approval request denied',
CHALLENGE_EXPIRED: 'Push approval request expired',
};