From 23fcb838ff8500cedd2956188ad31f127982266d Mon Sep 17 00:00:00 2001 From: Bekiboo Date: Mon, 5 Jan 2026 14:28:10 +0300 Subject: [PATCH 1/2] fix: update login instructions to include link for eID App --- platforms/pictique/src/routes/(auth)/auth/+page.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platforms/pictique/src/routes/(auth)/auth/+page.svelte b/platforms/pictique/src/routes/(auth)/auth/+page.svelte index 20544245..0b06c099 100644 --- a/platforms/pictique/src/routes/(auth)/auth/+page.svelte +++ b/platforms/pictique/src/routes/(auth)/auth/+page.svelte @@ -151,7 +151,9 @@ {#if isMobileDevice()} Login with your eID Wallet {:else} - Scan the QR code using your eID App to login + Scan the QR code using your eID App to login {/if} {#if errorMessage} From a9695c1b9253faebf2297d39de33e72e5bbb339b Mon Sep 17 00:00:00 2001 From: Bekiboo Date: Mon, 5 Jan 2026 14:37:01 +0300 Subject: [PATCH 2/2] fix: add rel and aria-label attributes --- platforms/pictique/src/routes/(auth)/auth/+page.svelte | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/platforms/pictique/src/routes/(auth)/auth/+page.svelte b/platforms/pictique/src/routes/(auth)/auth/+page.svelte index 0b06c099..0b247b8b 100644 --- a/platforms/pictique/src/routes/(auth)/auth/+page.svelte +++ b/platforms/pictique/src/routes/(auth)/auth/+page.svelte @@ -151,8 +151,11 @@ {#if isMobileDevice()} Login with your eID Wallet {:else} - Scan the QR code using your eID AppeID App to login {/if} @@ -167,7 +170,7 @@