summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/authentication/verifyAuthenticationResponse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server/src/authentication/verifyAuthenticationResponse.ts')
-rw-r--r--packages/server/src/authentication/verifyAuthenticationResponse.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/authentication/verifyAuthenticationResponse.ts b/packages/server/src/authentication/verifyAuthenticationResponse.ts
index d861f71..6161f92 100644
--- a/packages/server/src/authentication/verifyAuthenticationResponse.ts
+++ b/packages/server/src/authentication/verifyAuthenticationResponse.ts
@@ -5,7 +5,7 @@ import {
CredentialDeviceType,
} from '@simplewebauthn/typescript-types';
-import decodeClientDataJSON from '../helpers/decodeClientDataJSON';
+import { decodeClientDataJSON } from '../helpers/decodeClientDataJSON';
import toHash from '../helpers/toHash';
import { convertPublicKeyToPEM } from '../helpers/convertPublicKeyToPEM';
import verifySignature from '../helpers/verifySignature';