From 491f3d3dde6344dd0db3574f65e77f3cd89b0678 Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Fri, 10 Sep 2021 16:09:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=99=BB=E9=99=86?= =?UTF-8?q?=E5=A4=8D=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/Security/AuthLimit.vue | 2 +- src/views/settings/Security/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/settings/Security/AuthLimit.vue b/src/views/settings/Security/AuthLimit.vue index 24f7d02cb..03fe74f43 100644 --- a/src/views/settings/Security/AuthLimit.vue +++ b/src/views/settings/Security/AuthLimit.vue @@ -39,7 +39,7 @@ export default { return { visible: false, fields: [ - 'SECURITY_LOGIN_LIMIT_COUNT', 'SECURITY_LOGIN_LIMIT_TIME', + 'SECURITY_LOGIN_LIMIT_COUNT', 'SECURITY_LOGIN_LIMIT_TIME', 'LOGIN_CONFIRM_ENABLE', 'USER_LOGIN_SINGLE_MACHINE_ENABLED', 'ONLY_ALLOW_EXIST_USER_AUTH', 'ONLY_ALLOW_AUTH_FROM_SOURCE' ], diff --git a/src/views/settings/Security/index.vue b/src/views/settings/Security/index.vue index 9ccb1aa41..777774e78 100644 --- a/src/views/settings/Security/index.vue +++ b/src/views/settings/Security/index.vue @@ -43,6 +43,7 @@ export default { 'OLD_PASSWORD_HISTORY_LIMIT_COUNT', 'SECURITY_MFA_VERIFY_TTL', 'SECURITY_LOGIN_CAPTCHA_ENABLED', + 'LOGIN_CONFIRM_ENABLE', 'AuthLimit', 'PasswordRule' ]