fix: style

This commit is contained in:
zxhlyh
2025-07-16 13:58:17 +08:00
parent 3f65117007
commit 686b4b8e0e
10 changed files with 46 additions and 25 deletions

View File

@ -21,6 +21,7 @@ const PluginAuth = ({
canApiKey,
credentials,
disabled,
invalidPluginCredentialInfo,
} = usePluginAuth(pluginPayload, !!pluginPayload.provider)
return (
@ -32,6 +33,7 @@ const PluginAuth = ({
canOAuth={canOAuth}
canApiKey={canApiKey}
disabled={disabled}
onUpdate={invalidPluginCredentialInfo}
/>
)
}
@ -43,6 +45,7 @@ const PluginAuth = ({
canOAuth={canOAuth}
canApiKey={canApiKey}
disabled={disabled}
onUpdate={invalidPluginCredentialInfo}
/>
)
}