diff options
author | Matthew Miller <matthew@millerti.me> | 2022-07-27 22:09:00 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-07-27 22:09:00 -0700 |
commit | 0021fbd36a7f4a13ca98bf5077e61b9852c8d0c4 (patch) | |
tree | c548671d66164df7048d6450fbb6cd2cbc04a345 /packages/browser/src/methods/startAuthentication.ts | |
parent | c9dfa8325d67d3c74c7b4b607f162c93eb48eb14 (diff) |
Export named bufferToBase64URLString
Diffstat (limited to 'packages/browser/src/methods/startAuthentication.ts')
-rw-r--r-- | packages/browser/src/methods/startAuthentication.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser/src/methods/startAuthentication.ts b/packages/browser/src/methods/startAuthentication.ts index b8a5d7a..b3eaa80 100644 --- a/packages/browser/src/methods/startAuthentication.ts +++ b/packages/browser/src/methods/startAuthentication.ts @@ -4,7 +4,7 @@ import { AuthenticationCredentialJSON, } from '@simplewebauthn/typescript-types'; -import bufferToBase64URLString from '../helpers/bufferToBase64URLString'; +import { bufferToBase64URLString } from '../helpers/bufferToBase64URLString'; import { base64URLStringToBuffer } from '../helpers/base64URLStringToBuffer'; import bufferToUTF8String from '../helpers/bufferToUTF8String'; import { browserSupportsWebauthn } from '../helpers/browserSupportsWebauthn'; |