remove new badge

This commit is contained in:
Vikhyath Mondreti
2026-02-12 17:05:54 -08:00
parent bdd14839a3
commit 17710b39a5

View File

@@ -1517,7 +1517,7 @@ export function CredentialsManager() {
provider={createOAuthProviderId as OAuthProvider}
toolName={resolveProviderLabel(createOAuthProviderId)}
requiredScopes={createOAuthRequiredScopes}
newScopes={createOAuthRequiredScopes}
newScopes={[]}
serviceId={selectedOAuthService?.id || createOAuthProviderId}
onConnect={async () => {
await handleConnectOAuthService()