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' ]