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