Update credentials-provider.tsx

This commit is contained in:
Abhimanyu Yadav
2024-12-08 11:59:39 +05:30
committed by abhi1992002
parent 5200250ffb
commit e85f593dab

View File

@@ -41,7 +41,6 @@ const providerDisplayNames: Record<CredentialsProviderName, string> = {
unreal_speech: "Unreal Speech",
exa: "Exa",
hubspot: "Hubspot",
twitter: "Twitter",
} as const;
// --8<-- [end:CredentialsProviderNames]