summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/decodeClientDataJSON.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-26 15:06:52 -0700
committerGitHub <noreply@github.com>2020-05-26 15:06:52 -0700
commit467206a79d500dda939be26e238ed01e9548a215 (patch)
tree1ba854efe1e0237797654cc09c33526e2b0ad051 /packages/server/src/helpers/decodeClientDataJSON.ts
parent2ca49ecadf793126b8ee02bcd79a8689a7c20866 (diff)
parent806fd91211f4bef58fe015d11cd792bede2d2561 (diff)
Merge pull request #15 from MasterKale/feature/project-rename
feature/project-rename
Diffstat (limited to 'packages/server/src/helpers/decodeClientDataJSON.ts')
-rw-r--r--packages/server/src/helpers/decodeClientDataJSON.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/decodeClientDataJSON.ts b/packages/server/src/helpers/decodeClientDataJSON.ts
index 0ff5dea..fb909cf 100644
--- a/packages/server/src/helpers/decodeClientDataJSON.ts
+++ b/packages/server/src/helpers/decodeClientDataJSON.ts
@@ -1,4 +1,4 @@
-import { ClientDataJSON } from '@webauthntine/typescript-types';
+import { ClientDataJSON } from '@simplewebauthn/typescript-types';
import asciiToBinary from './asciiToBinary';