From 9bf700099feea8cb8e8170917fbf62d91915b524 Mon Sep 17 00:00:00 2001 From: schlagtim Date: Tue, 13 Feb 2024 23:09:08 +0100 Subject: [PATCH] Small fixes --- src/lib/sd-jwt.ts | 1 - src/routes/+layout.svelte | 2 +- src/routes/+page.svelte | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/sd-jwt.ts b/src/lib/sd-jwt.ts index df0d236..3926b01 100644 --- a/src/lib/sd-jwt.ts +++ b/src/lib/sd-jwt.ts @@ -74,7 +74,6 @@ export function provideHasher(alg: string) { } var enc = new TextEncoder(); const hasherAndAlgorithm: HasherAndAlgorithm = { - // TODO: how do you properly cast this? hasher: (input: string) => crypto.subtle .digest(browserAlg, enc.encode(input)) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 4470e26..858a98d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -13,7 +13,7 @@ -

This is the footer

+