UNPKG

@nevis-security/nevis-mobile-authentication-sdk-react

Version:

React Native plugin for Nevis Mobile Authentication SDK. Supports only mobile.

17 lines (15 loc) 598 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PasswordChangeNoDeviceLockError = void 0; var _PasswordChangeDeviceProtectionError = require("./PasswordChangeDeviceProtectionError"); /** * Copyright © 2024 Nevis Security AG. All rights reserved. */ /** * The device has no secure lock screen. */ class PasswordChangeNoDeviceLockError extends _PasswordChangeDeviceProtectionError.PasswordChangeDeviceProtectionError {} exports.PasswordChangeNoDeviceLockError = PasswordChangeNoDeviceLockError; //# sourceMappingURL=PasswordChangeNoDeviceLockError.js.map