UNPKG

@aws-amplify/auth

Version:
11 lines (8 loc) 354 B
import { PlatformNotSupportedError } from '@aws-amplify/core/internals/utils'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 const registerPasskey = async () => { throw new PlatformNotSupportedError(); }; export { registerPasskey }; //# sourceMappingURL=registerPasskey.native.mjs.map