@aws-amplify/auth
Version:
Auth category of aws-amplify
11 lines (8 loc) • 354 B
JavaScript
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