Füge Hinweise zur Verwendung von Passkeys hinzu und aktualisiere die Beschreibung der Passkey-Anmeldung im Profil.
All checks were successful
Code Analysis and Production Deploy / analyze (push) Has been skipped
Code Analysis and Production Deploy / deploy-production (push) Has been skipped
Code Analysis and Production Deploy / deploy-test (push) Successful in 1m59s

This commit is contained in:
Torsten Schulz (local)
2026-05-15 14:05:18 +02:00
parent dcc4055eca
commit 28b1001826
2 changed files with 5 additions and 1 deletions

View File

@@ -116,6 +116,10 @@
<span>{{ passkeyLoading ? 'Passkey-Anmeldung läuft...' : 'Mit Passkey anmelden' }}</span>
</button>
<p class="text-xs text-gray-500 text-center">
Falls kein lokaler Passkey verfügbar ist: Smartphone oder USB-Sicherheitsschlüssel verwenden.
</p>
<p
v-if="!isPasskeySupported"
class="text-xs text-gray-500 text-center"

View File

@@ -203,7 +203,7 @@
Passkeys
</h3>
<p class="text-sm text-gray-600 mb-4">
Passkeys erlauben eine Anmeldung ohne Passwort (z.B. per Fingerabdruck/FaceID/Windows Hello).
Passkeys erlauben eine Anmeldung ohne Passwort. Je nach Gerät erfolgt die Einrichtung lokal oder über Smartphone/USB-Sicherheitsschlüssel.
</p>
<p