From e59cd2bde4c9855e1d73630cd655bc886773ab6a Mon Sep 17 00:00:00 2001 From: Sahil Garg Date: Wed, 3 Jun 2026 18:06:26 +0530 Subject: [PATCH 1/4] fix: heading button collision fix. --- .../eid-wallet/src/routes/(public)/recover/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/eid-wallet/src/routes/(public)/recover/+page.svelte b/infrastructure/eid-wallet/src/routes/(public)/recover/+page.svelte index a041d3766..e03fd1c71 100644 --- a/infrastructure/eid-wallet/src/routes/(public)/recover/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(public)/recover/+page.svelte @@ -1136,7 +1136,7 @@ onMount(() => { strokeWidth={2} /> -
+

Restore DigitalSelf

From 7bf896ee97104617d0457cd5464eefa2e4c56040 Mon Sep 17 00:00:00 2001 From: Sahil Garg Date: Wed, 3 Jun 2026 19:52:24 +0530 Subject: [PATCH 2/4] fix: lint error. --- .../eid-wallet/src/routes/(auth)/verify/steps/passport.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(auth)/verify/steps/passport.svelte b/infrastructure/eid-wallet/src/routes/(auth)/verify/steps/passport.svelte index b9d791055..ab61f4ee6 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/verify/steps/passport.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/verify/steps/passport.svelte @@ -14,7 +14,7 @@ import { verificaitonId, } from "../store"; -let error: string | undefined; +let error = $state(undefined); let video: HTMLVideoElement; let canvas1: HTMLCanvasElement; @@ -263,7 +263,7 @@ onMount(() => {

- +