From 2351c1544e721103d765154b192b84a4f2fa4113 Mon Sep 17 00:00:00 2001 From: gourav Date: Fri, 16 Jan 2026 14:30:22 +0530 Subject: [PATCH 1/4] fix: eid-wallet-issues --- .../src/routes/(auth)/verify/+page.svelte | 145 ++++++++--------- .../(auth)/verify/steps/passport.svelte | 152 ++++++++++++------ 2 files changed, 173 insertions(+), 124 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(auth)/verify/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/verify/+page.svelte index 5c173ffe..beec2660 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/verify/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/verify/+page.svelte @@ -372,47 +372,52 @@ onDestroy(() => {
-
+
{#snippet subtitle()} Get any ID ready. You’ll be directed to present your ID and take a quick selfie. {/snippet} - passport + passport
- {#if !hardwareKeyCheckComplete} -
-
-
- {:else if !hardwareKeySupported} -
-

- Hardware Security Not Available -

-

- Your device doesn't support hardware-backed security keys - required for identity verification. Please use a device with - hardware security support or try the pre-verification option. -

-
- {:else} - I'm ready - {/if} + +
+ +
+ {#if !hardwareKeyCheckComplete} +
+
+
+ {:else if !hardwareKeySupported} +
+

+ Hardware Security Not Available +

+

+ Your device doesn't support hardware-backed security keys + required for verification. +

+
+ {:else} + + I'm ready + + {/if} +
{#if showVeriffModal}
diff --git a/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte index 132ab465..cc7768ab 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte @@ -253,8 +253,10 @@ onMount(async () => { {#if isPostAuthLoading} -
-
+
+

Logging you in...

{:else} @@ -278,8 +280,8 @@ onMount(async () => {

- Authentication Request Pending
+ Authentication Request Pending
Complete login to process the authentication request

@@ -288,7 +290,9 @@ onMount(async () => { {/if} handlePinInput(pin)} /> -

+

Your PIN does not match, try again.

{/if} diff --git a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte index 31c04ef9..fdf4288d 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte @@ -310,11 +310,17 @@ onMount(async () => {

By continuing you agree to our
- Terms & Conditions and - Privacy Policy.

From 83bab2468d05ad4fb2f2fa2cfed002a60f5cd2d7 Mon Sep 17 00:00:00 2001 From: gourav Date: Fri, 16 Jan 2026 16:20:24 +0530 Subject: [PATCH 3/4] fix: authentication button --- .../scan-qr/components/AuthDrawer.svelte | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte b/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte index b07a2fc1..31c1b43e 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte @@ -1,30 +1,30 @@ {#if internalOpen} @@ -126,7 +126,9 @@ $: if (internalOpen !== lastReportedOpen) {
-
+
{#if authError} Date: Fri, 16 Jan 2026 16:27:16 +0530 Subject: [PATCH 4/4] fix: format and lint --- .../scan-qr/components/AuthDrawer.svelte | 44 +++++++++---------- .../src/routes/(auth)/login/+page.svelte | 4 +- .../src/routes/(auth)/onboarding/+page.svelte | 2 + 3 files changed, 27 insertions(+), 23 deletions(-) diff --git a/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte b/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte index 31c1b43e..cac96b26 100644 --- a/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte +++ b/infrastructure/eid-wallet/src/routes/(app)/scan-qr/components/AuthDrawer.svelte @@ -1,30 +1,30 @@ {#if internalOpen} diff --git a/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte index cc7768ab..f605a7cc 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/login/+page.svelte @@ -253,7 +253,9 @@ onMount(async () => { {#if isPostAuthLoading} -
+
diff --git a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte index fdf4288d..a949e3b9 100644 --- a/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte +++ b/infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte @@ -312,6 +312,7 @@ onMount(async () => { By continuing you agree to our
Terms & Conditions @@ -319,6 +320,7 @@ onMount(async () => { and Privacy Policy.