From 1d9eddb11f4722f9098a04881cf3c09b64a49eae Mon Sep 17 00:00:00 2001 From: Michael Bai Date: Tue, 8 Feb 2022 17:33:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE(=E5=AE=89=E5=85=A8)=E6=8E=A7=E5=88=B6?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E8=AE=A4=E8=AF=81=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E8=BF=9B=E8=A1=8CMFA=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/settings/Auth/index.vue | 2 +- src/views/settings/Security/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/settings/Auth/index.vue b/src/views/settings/Auth/index.vue index fafb0c6a1..f82028bb2 100644 --- a/src/views/settings/Auth/index.vue +++ b/src/views/settings/Auth/index.vue @@ -84,7 +84,7 @@ export default { // 这个页面不去提交auth这些 const removeFields = [ 'AUTH_CAS', 'AUTH_OPENID', 'AUTH_WECOM', 'AUTH_DINGTALK', - 'AUTH_FEISHU', 'AUTH_RADIUS', 'AUTH_SSO' + 'AUTH_FEISHU', 'AUTH_RADIUS', 'AUTH_SSO', 'AUTH_SAML2' ] for (const i of removeFields) { delete data[i] diff --git a/src/views/settings/Security/index.vue b/src/views/settings/Security/index.vue index fe2153116..78b9defb5 100644 --- a/src/views/settings/Security/index.vue +++ b/src/views/settings/Security/index.vue @@ -41,6 +41,7 @@ export default { [ 'SECURITY_MFA_AUTH', 'SECURITY_MFA_IN_LOGIN_PAGE', + 'SECURITY_MFA_AUTH_ENABLED_TO_THIRD_PARTY', 'SECURITY_LOGIN_CHALLENGE_ENABLED', 'SECURITY_LOGIN_CAPTCHA_ENABLED', 'SECURITY_PASSWORD_EXPIRATION_TIME',