From 808256a244c6e21c2db6b29bfc0cfe24268b460c Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 23 Aug 2021 20:18:27 -0700 Subject: Rename supportsWebAuthn (and fix tests) --- packages/browser/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/browser/src/index.ts') diff --git a/packages/browser/src/index.ts b/packages/browser/src/index.ts index 1b450d6..c342ddb 100644 --- a/packages/browser/src/index.ts +++ b/packages/browser/src/index.ts @@ -4,6 +4,6 @@ */ import startAttestation from './methods/startAttestation'; import startAssertion from './methods/startAssertion'; -import supportsWebauthn from './helpers/supportsWebauthn'; +import { browserSupportsWebauthn } from './helpers/browserSupportsWebauthn'; -export { startAttestation, startAssertion, supportsWebauthn }; +export { startAttestation, startAssertion, browserSupportsWebauthn }; -- cgit v1.2.3