refactor: 修改OAuth2

v3.2
wxg0103 2024-12-04 09:31:58 +08:00 committed by wxg
parent ad37fde011
commit 1a0c7a3144
1 changed files with 1 additions and 1 deletions

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: '',