export const SuperAdminTwoFactorMethodMessages = { NOT_FOUND: 'Super admin two-factor method not found', DELETED: 'Super admin two-factor method deleted successfully', ALREADY_ENABLED: 'This two-factor method is already enabled', NOT_ENABLED: 'This two-factor method is not enabled', INVALID_METHOD: 'Invalid two-factor method', ENABLE_SUCCESS: 'Two-factor method enabled successfully', DISABLE_SUCCESS: 'Two-factor method disabled successfully', };