feat(profile): Wiederherstellungsschlüssel rotieren

Neuer Recovery-Code über Profilseite mit Passkey-Reauth, Anzeige der
12 Wörter und API-Endpoint rotate-recovery; Plausible-Event dokumentiert.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-31 09:58:21 +02:00
parent 12c02f6392
commit ad7e036ab7
8 changed files with 181 additions and 4 deletions
+21
View File
@@ -997,6 +997,27 @@ html.scheme-dark .themed-select-option.is-selected {
font-size: 12px;
}
.profile-recovery-actions {
margin-top: 16px;
justify-content: flex-start;
}
.profile-recovery-actions .btn {
width: auto;
}
.profile-recovery-card .phrase-grid {
margin-bottom: 24px;
}
.profile-recovery-warning {
margin: 0 0 20px;
font-size: 13px;
line-height: 1.5;
color: #fbbf24;
text-align: left;
}
.profile-device-status {
display: inline-flex;
align-items: center;