mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-01 18:20:06 +00:00
Remove credential helper text from login block, it no longer applies (#1903)
This commit is contained in:
parent
bc8e458ed1
commit
7abbb4ff03
1 changed files with 0 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue