移除未使用配置

This commit is contained in:
whyour
2026-05-31 00:36:54 +08:00
parent 3aab1233bb
commit c2eac8b8fd
2 changed files with 1 additions and 24 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ const SecuritySettings = ({ user, userChange }: any) => {
<Button
type="primary"
danger={twoFactorActivated}
onClick={activeOrDeactiveTwoFactor}
onClick={activeOrDeactivateTwoFactor}
>
{twoFactorActivated ? intl.get('禁用') : intl.get('启用')}
</Button>