summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAuthentication.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser/src/methods/startAuthentication.ts')
-rw-r--r--packages/browser/src/methods/startAuthentication.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startAuthentication.ts b/packages/browser/src/methods/startAuthentication.ts
index 6777b45..fd6f9a2 100644
--- a/packages/browser/src/methods/startAuthentication.ts
+++ b/packages/browser/src/methods/startAuthentication.ts
@@ -20,7 +20,7 @@ import { webauthnAbortService } from '../helpers/webAuthnAbortService';
* @param supportBrowserAutofill Initialize conditional UI to enable logging in via browser
* autofill prompts
*/
-export default async function startAuthentication(
+export async function startAuthentication(
requestOptionsJSON: PublicKeyCredentialRequestOptionsJSON,
supportBrowserAutofill = false,
): Promise<AuthenticationCredentialJSON> {