feat: add MFA accounts table (#3066)

* feat: add mfa accounts store

* fix: change MFA to Mfa

* fix: change MFA to Mfa

* fix: delete api
This commit is contained in:
IZUMI-Zu
2024-07-20 22:51:15 +08:00
committed by GitHub
parent 52eaf6c822
commit 5a92411006
6 changed files with 215 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ class AccountTable extends React.Component {
{name: "WebAuthn credentials", label: i18next.t("user:WebAuthn credentials")},
{name: "Managed accounts", label: i18next.t("user:Managed accounts")},
{name: "Face ID", label: i18next.t("user:Face ID")},
{name: "MFA accounts", label: i18next.t("user:MFA accounts")},
];
};