fix: firecrawl apikey not start with fc- (#5498)

This commit is contained in:
Joel
2024-06-22 11:52:53 +08:00
committed by GitHub
parent f67b164b0d
commit 3bbd75f1f2
4 changed files with 3 additions and 9 deletions

View File

@@ -51,9 +51,6 @@ const ConfigFirecrawlModal: FC<Props> = ({
field: 'API Key',
})
}
else if (!config.api_key.startsWith('fc-')) {
errorMsg = t(`${I18N_PREFIX}.apiKeyFormatError`)
}
}
if (errorMsg) {