From bf14d39dd43854f8dd319c5c5708497bf727ccb8 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 20 Sep 2024 16:42:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(X-Pack):=20=E7=94=A8=E6=88=B7=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=BC=BA=E5=A4=B1OAUTH2=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/parameter/basic/BasicEdit.vue | 3 ++- .../src/views/system/parameter/basic/BasicInfo.vue | 3 ++- de-xpack | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue index 7cd0a12c6d..d589fe2692 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue @@ -33,7 +33,8 @@ const state = reactive({ { value: '0', label: '普通登录' }, { value: '1', label: 'LDAP' }, { value: '2', label: 'OIDC' }, - { value: '3', label: 'CAS' } + { value: '3', label: 'CAS' }, + { value: '9', label: 'OAUTH2' } ] }) diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue b/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue index fdb82f0432..d01817675c 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicInfo.vue @@ -65,7 +65,8 @@ const state = reactive({ { value: '0', label: '普通登录' }, { value: '1', label: 'LDAP' }, { value: '2', label: 'OIDC' }, - { value: '3', label: 'CAS' } + { value: '3', label: 'CAS' }, + { value: '9', label: 'OAUTH2' } ] }) let originData = [] diff --git a/de-xpack b/de-xpack index 722437798b..c36c17c280 160000 --- a/de-xpack +++ b/de-xpack @@ -1 +1 @@ -Subproject commit 722437798bed3333f3b5d346a30f263208ad4af0 +Subproject commit c36c17c280565d406cde5f0d7217391898488ab8