feat(web): account security page and MFA enrolment wizard

This commit is contained in:
2026-09-16 09:26:54 +00:00
parent 26825841fa
commit 32fd11cde7
5 changed files with 409 additions and 18 deletions
+1
View File
@@ -204,6 +204,7 @@ const navGroups: NavGroup[] = [
// keys, capped at their own role, so gating the page would hide a
// capability they have.
{ href: "/tokens", label: "API Keys", icon: <TokenIcon /> },
{ href: "/account/security", label: "Security", icon: <ShieldIcon /> },
],
},
{