diff --git a/frontend/src/routes/account/+page.svelte b/frontend/src/routes/account/+page.svelte index bbdce47..ec04814 100644 --- a/frontend/src/routes/account/+page.svelte +++ b/frontend/src/routes/account/+page.svelte @@ -384,7 +384,7 @@ {#if dataModeWarningOpen} -
(dataModeWarningOpen = false)} aria-hidden="true"> +
(dataModeWarningOpen = false)}>
e.stopPropagation()} @@ -418,7 +418,7 @@ {#if leaveConfirmOpen} -
(leaveConfirmOpen = false)} aria-hidden="true"> +
(leaveConfirmOpen = false)}>
e.stopPropagation()} diff --git a/frontend/src/routes/admin/login/+page.svelte b/frontend/src/routes/admin/login/+page.svelte index 38add3e..79cb1b7 100644 --- a/frontend/src/routes/admin/login/+page.svelte +++ b/frontend/src/routes/admin/login/+page.svelte @@ -45,16 +45,18 @@ bind:value={password} placeholder="Passwort" autocomplete="current-password" + data-testid="admin-password-input" class="mb-3 w-full rounded-lg border border-gray-300 bg-white px-4 py-3 text-lg text-gray-900 placeholder-gray-400 focus:border-blue-500 focus:outline-none focus:ring-2 focus:ring-blue-200 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-100 dark:placeholder-gray-500" /> {#if error} -

{error}

+

{error}

{/if}
{#if showPinModal} -
+

Dein Wiederherstellungs-PIN

@@ -178,10 +183,11 @@

- {pin} + {pin} @@ -189,6 +195,7 @@