mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 09:58:46 +08:00
移除未使用配置
This commit is contained in:
@@ -230,7 +230,7 @@ const SecuritySettings = ({ user, userChange }: any) => {
|
||||
<Button
|
||||
type="primary"
|
||||
danger={twoFactorActivated}
|
||||
onClick={activeOrDeactiveTwoFactor}
|
||||
onClick={activeOrDeactivateTwoFactor}
|
||||
>
|
||||
{twoFactorActivated ? intl.get('禁用') : intl.get('启用')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user