Spaces:
Runtime error
Runtime error
| 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', | |
| }; | |