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