mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: 修改OAuth2
This commit is contained in:
parent
ad37fde011
commit
1a0c7a3144
|
|
@ -86,7 +86,7 @@ import { MsgSuccess } from '@/utils/message'
|
|||
|
||||
const form = ref<any>({
|
||||
id: '',
|
||||
auth_type: 'OAUTH2',
|
||||
auth_type: 'OAuth2',
|
||||
config_data: {
|
||||
authEndpoint: '',
|
||||
tokenEndpoint: '',
|
||||
Loading…
Reference in New Issue