From 4197e77b1eef674a3c439c240d9b9dd179c88071 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 31 May 2026 13:59:50 +0200 Subject: [PATCH] =?UTF-8?q?feat(auth):=20Passwortmanager=20f=C3=BCr=20Wied?= =?UTF-8?q?erherstellungsschl=C3=BCssel=20aktivieren?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Das Eingabefeld nutzt jetzt Passwort-Semantik und Autocomplete-Attribute, damit OS-Passwortmanager gespeicherte Schlüssel vorschlagen können. Co-authored-by: Cursor --- client/src/components/AuthOnboarding.tsx | 41 ++++++++++++++----- .../src/components/InvitationAcceptance.tsx | 39 ++++++++++++++---- 2 files changed, 61 insertions(+), 19 deletions(-) diff --git a/client/src/components/AuthOnboarding.tsx b/client/src/components/AuthOnboarding.tsx index 06d4194..686112e 100644 --- a/client/src/components/AuthOnboarding.tsx +++ b/client/src/components/AuthOnboarding.tsx @@ -379,16 +379,37 @@ export default function AuthOnboarding({ onAuthenticated, onOpenDemo }: AuthOnbo {t('auth.recovery_fallback_warning')}

-
-