summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/decodeAttestationObject.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-26 11:23:30 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-26 11:23:30 -0700
commit99bfef338ca068be1f734bc6ca784e12c8df7d7a (patch)
treeb6ebfa742c6266843562c1d43a51b7df2aa7c799 /packages/server/src/helpers/decodeAttestationObject.ts
parent2ca49ecadf793126b8ee02bcd79a8689a7c20866 (diff)
Rename WebAuthntine to SimpleWebAuthn
Diffstat (limited to 'packages/server/src/helpers/decodeAttestationObject.ts')
-rw-r--r--packages/server/src/helpers/decodeAttestationObject.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/src/helpers/decodeAttestationObject.ts b/packages/server/src/helpers/decodeAttestationObject.ts
index 509c129..3e66e67 100644
--- a/packages/server/src/helpers/decodeAttestationObject.ts
+++ b/packages/server/src/helpers/decodeAttestationObject.ts
@@ -1,6 +1,6 @@
import base64url from 'base64url';
import cbor from 'cbor';
-import { AttestationObject } from '@webauthntine/typescript-types';
+import { AttestationObject } from '@simplewebauthn/typescript-types';
/**
* Convert an AttestationObject from base64 string to a proper object