fix: json schema

This commit is contained in:
zxhlyh
2025-08-08 13:43:57 +08:00
parent ac7953a32c
commit 8464ec46e6
6 changed files with 36 additions and 13 deletions

View File

@ -73,7 +73,7 @@ const AddOAuthButton = ({
is_system_oauth_params_exists,
client_params,
redirect_uri,
} = mergedOAuthData as any
} = mergedOAuthData as any || {}
const isConfigured = is_system_oauth_params_exists || is_oauth_custom_client_enabled
const handleOAuth = useCallback(async () => {
const { authorization_url } = await getPluginOAuthUrl()