fix(X-Pack): 用户列表缺失OAUTH2来源

This commit is contained in:
fit2cloud-chenyw 2024-09-20 16:42:36 +08:00
parent 5f4c61f40e
commit bf14d39dd4
3 changed files with 5 additions and 3 deletions

View File

@ -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' }
]
})

View File

@ -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 = []

@ -1 +1 @@
Subproject commit 722437798bed3333f3b5d346a30f263208ad4af0
Subproject commit c36c17c280565d406cde5f0d7217391898488ab8