diff --git a/skyvern-frontend/src/routes/credentials/PasswordCredentialContent.tsx b/skyvern-frontend/src/routes/credentials/PasswordCredentialContent.tsx
index cb34c0c9..c4ecf65d 100644
--- a/skyvern-frontend/src/routes/credentials/PasswordCredentialContent.tsx
+++ b/skyvern-frontend/src/routes/credentials/PasswordCredentialContent.tsx
@@ -1,4 +1,10 @@
import { QRCodeIcon } from "@/components/icons/QRCodeIcon";
+import {
+ Accordion,
+ AccordionContent,
+ AccordionItem,
+ AccordionTrigger,
+} from "@/components/ui/accordion";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { Separator } from "@/components/ui/separator";
@@ -108,128 +114,136 @@ function PasswordCredentialContent({
- - Contact us to set up two-factor authentication in workflows - {" "} - or{" "} - - see our documentation on how to set up two-factor authentication - in workflows - {" "} - to get started. -
- )} - {totpMethod === "authenticator" && ( -+ Set up Skyvern to automatically retrieve two-factor + authentication codes. +
++ + Contact us to set up two-factor authentication in workflows + {" "} + or{" "} + + see our documentation on how to set up two-factor + authentication in workflows + {" "} + to get started. +
+ )} + {totpMethod === "authenticator" && ( ++ You need to find the authenticator secret from the website + where you are using the credential. Here are some guides + from popular authenticator apps:{" "} + + Bitwarden + + {", "} + + 1Password + + {", and "} + + LastPass + + {"."} +
+- You need to find the authenticator secret from the website where - you are using the credential. Here are some guides from popular - authenticator apps:{" "} - - Bitwarden - - {", "} - - 1Password - - {", and "} - - LastPass - - {"."} -
-