summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/decodeClientDataJSON.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-11-12 19:11:02 -0800
committerMatthew Miller <matthew@millerti.me>2022-11-12 19:11:02 -0800
commit6a4ced11ee7d1e872af4215f9aba82c7b64119c2 (patch)
tree973a5e98c52d094c4d2d9012cbfdb54853fdb38d /packages/server/src/helpers/decodeClientDataJSON.ts
parentad7818a03b765f41b6115c7ee6259723b3cc786c (diff)
Rename isomorphic helpers to avoid collision?
I think `helpers/uint8Array.ts` might conflict with CI's ability to resolve the global `Uint8Array` when I `import * as uint8Array`...just a hunch. I decided to rename all the helpers too to help keep them grouped together.
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 fff6344..82ca17b 100644
--- a/packages/server/src/helpers/decodeClientDataJSON.ts
+++ b/packages/server/src/helpers/decodeClientDataJSON.ts
@@ -1,4 +1,4 @@
-import * as base64url from "./base64url";
+import * as isoBase64URL from "./isoBase64URL";
/**
* Decode an authenticator's base64url-encoded clientDataJSON to JSON