diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-26 11:23:30 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-26 11:23:30 -0700 |
commit | 99bfef338ca068be1f734bc6ca784e12c8df7d7a (patch) | |
tree | b6ebfa742c6266843562c1d43a51b7df2aa7c799 /packages/server/src/helpers/decodeClientDataJSON.ts | |
parent | 2ca49ecadf793126b8ee02bcd79a8689a7c20866 (diff) |
Rename WebAuthntine to SimpleWebAuthn
Diffstat (limited to 'packages/server/src/helpers/decodeClientDataJSON.ts')
-rw-r--r-- | packages/server/src/helpers/decodeClientDataJSON.ts | 2 |
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'; |