From b5682456760532698cffc80da0ca18954a0cf377 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 8 May 2025 08:42:50 -0700 Subject: [PATCH] Add 2FA verbiage to default nav goal for login block (#2309) --- .../src/routes/workflows/editor/nodes/LoginNode/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/LoginNode/types.ts b/skyvern-frontend/src/routes/workflows/editor/nodes/LoginNode/types.ts index 78b7f574..a056a3a8 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/LoginNode/types.ts +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/LoginNode/types.ts @@ -21,7 +21,7 @@ export const loginNodeDefaultData: LoginNodeData = { label: "", url: "", navigationGoal: - "If you're not on the login page, navigate to login page and login using the credentials given. First, take actions on promotional popups or cookie prompts that could prevent taking other action on the web page. If you fail to login to find the login page or can't login after several trials, terminate. If login is completed, you're successful. ", + "If you're not on the login page, navigate to login page and login using the credentials given. First, take actions on promotional popups or cookie prompts that could prevent taking other action on the web page. If a 2-factor step appears, enter the authentication code. If you fail to login to find the login page or can't login after several trials, terminate. If login is completed, you're successful. ", errorCodeMapping: "null", maxRetries: null, maxStepsOverride: null,