summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser/src/index.ts')
-rw-r--r--packages/browser/src/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts
index e288b7c..41e040f 100644
--- a/packages/browser/src/index.ts
+++ b/packages/browser/src/index.ts
@@ -4,14 +4,14 @@
*/
import { startRegistration } from './methods/startRegistration';
import { startAuthentication } from './methods/startAuthentication';
-import { browserSupportsWebauthn } from './helpers/browserSupportsWebauthn';
+import { browserSupportsWebAuthn } from './helpers/browserSupportsWebAuthn';
import { platformAuthenticatorIsAvailable } from './helpers/platformAuthenticatorIsAvailable';
import { browserSupportsWebAuthnAutofill } from './helpers/browserSupportsWebAuthnAutofill';
export {
startRegistration,
startAuthentication,
- browserSupportsWebauthn,
+ browserSupportsWebAuthn,
browserSupportsWebAuthnAutofill,
platformAuthenticatorIsAvailable,
};