refactor: 修改OAuth2

This commit is contained in:
wxg0103 2024-12-04 09:31:58 +08:00 committed by wxg
parent ad37fde011
commit 1a0c7a3144

View File

@ -86,7 +86,7 @@ import { MsgSuccess } from '@/utils/message'
const form = ref<any>({
id: '',
auth_type: 'OAUTH2',
auth_type: 'OAuth2',
config_data: {
authEndpoint: '',
tokenEndpoint: '',