diff options
Diffstat (limited to 'packages/server/src/helpers/parseAuthenticatorData.ts')
-rw-r--r-- | packages/server/src/helpers/parseAuthenticatorData.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/server/src/helpers/parseAuthenticatorData.ts b/packages/server/src/helpers/parseAuthenticatorData.ts index 4e3bb0b..9451ec3 100644 --- a/packages/server/src/helpers/parseAuthenticatorData.ts +++ b/packages/server/src/helpers/parseAuthenticatorData.ts @@ -1,9 +1,9 @@ import { decodeAuthenticatorExtensions, AuthenticationExtensionsAuthenticatorOutputs, -} from './decodeAuthenticatorExtensions'; -import { isoCBOR, isoUint8Array } from './iso'; -import { COSEPublicKey } from './cose'; +} from './decodeAuthenticatorExtensions.ts'; +import { isoCBOR, isoUint8Array } from './iso/index.ts'; +import { COSEPublicKey } from './cose.ts'; /** * Make sense of the authData buffer contained in an Attestation |