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