Merge pull request #12346 from dataease/pr@dev-v2@fix_user_origin_oauth2

fix(X-Pack): 用户列表缺失OAUTH2来源
This commit is contained in:
fit2cloud-chenyw
2024-09-20 16:43:32 +08:00
committed by GitHub
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 = []