mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
Merge pull request #12346 from dataease/pr@dev-v2@fix_user_origin_oauth2
fix(X-Pack): 用户列表缺失OAUTH2来源
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
@@ -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 = []
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 722437798b...c36c17c280
Reference in New Issue
Block a user