Remove credential helper text from login block, it no longer applies (#1903)

This commit is contained in:
Shuchang Zheng 2025-03-07 23:16:41 -08:00 committed by GitHub
parent bc8e458ed1
commit 7abbb4ff03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -165,16 +165,6 @@ function LoginNode({ id, data }: NodeProps<LoginNode>) {
}}
/>
</div>
<div className="rounded-md bg-slate-800 p-2">
<div className="space-y-1 text-xs text-slate-400">
<div>Credentials need to be added with the help of our team.</div>
<div>
Reach out to{" "}
<span className="text-slate-200">support@skyvern.com</span> for
assistance.
</div>
</div>
</div>
</div>
<Separator />
<Accordion type="single" collapsible>