From 083ee0b5fe35ff7296d8099590c6d1620b6c2998 Mon Sep 17 00:00:00 2001 From: Mees Frensel <33722705+meesfrensel@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:53:15 +0100 Subject: [PATCH] fix(web): allow exiting pin setup flow (#25413) --- web/src/routes/auth/pin-prompt/+page.svelte | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/web/src/routes/auth/pin-prompt/+page.svelte b/web/src/routes/auth/pin-prompt/+page.svelte index 360966dab5..c14d4cf423 100644 --- a/web/src/routes/auth/pin-prompt/+page.svelte +++ b/web/src/routes/auth/pin-prompt/+page.svelte @@ -40,9 +40,9 @@ - {#if hasPinCode} -
-
+
+
+ {#if hasPinCode} {#if isVerified}
@@ -64,13 +64,7 @@ pinLength={6} onFilled={handleUnlockSession} /> - - -
-
- {:else} -
-
+ {:else}
@@ -78,7 +72,11 @@ {$t('new_pin_code_subtitle')}

(hasPinCode = true)} /> + {/if} + +
+
- {/if} +