From ccfc72ab38c94d68c8b7b75358a658469357d606 Mon Sep 17 00:00:00 2001 From: Marcel Raddatz Date: Fri, 10 Apr 2026 22:26:16 +0200 Subject: [PATCH] fix(join): update password toggle aria-label with state Static aria-label "Passwort anzeigen" stayed unchanged after the password became visible, giving screen readers wrong information. Bind label to showPassword state: "Passwort anzeigen" / "Passwort verbergen". Co-Authored-By: Claude Sonnet 4.6 --- .../src/routes/(public)/join/[token]/JoinForm.svelte | 2 +- .../src/routes/(public)/join/[token]/JoinForm.test.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/(public)/join/[token]/JoinForm.svelte b/frontend/src/routes/(public)/join/[token]/JoinForm.svelte index 059602c..57f5c2c 100644 --- a/frontend/src/routes/(public)/join/[token]/JoinForm.svelte +++ b/frontend/src/routes/(public)/join/[token]/JoinForm.svelte @@ -90,7 +90,7 @@