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