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
commit 7ad10b2016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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