summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAuthentication.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-07-27 22:09:28 -0700
committerMatthew Miller <matthew@millerti.me>2022-07-27 22:09:28 -0700
commit1eee174514378d3fdf3e5f3c073efaf2e688dd04 (patch)
treebf73b7c4197e759bfcbb90591592eb51a7e218d1 /packages/browser/src/methods/startAuthentication.ts
parent0021fbd36a7f4a13ca98bf5077e61b9852c8d0c4 (diff)
Export named bufferToUTF8String()
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 b3eaa80..bc00f55 100644
--- a/packages/browser/src/methods/startAuthentication.ts
+++ b/packages/browser/src/methods/startAuthentication.ts
@@ -6,7 +6,7 @@ import {
import { bufferToBase64URLString } from '../helpers/bufferToBase64URLString';
import { base64URLStringToBuffer } from '../helpers/base64URLStringToBuffer';
-import bufferToUTF8String from '../helpers/bufferToUTF8String';
+import { bufferToUTF8String } from '../helpers/bufferToUTF8String';
import { browserSupportsWebauthn } from '../helpers/browserSupportsWebauthn';
import { browserSupportsWebAuthnAutofill } from '../helpers/browserSupportsWebAuthnAutofill';
import toPublicKeyCredentialDescriptor from '../helpers/toPublicKeyCredentialDescriptor';