From 39776842f3e6064179234f1320f45cdeb6f5972e Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 10 Oct 2024 06:16:47 -0700 Subject: [PATCH] =?UTF-8?q?Change=20TOTP=20Labels=20to=202FA=20and=20ensur?= =?UTF-8?q?e=20consistency=20between=20task=20block=20a=E2=80=A6=20(#949)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: wintonzheng --- .../src/routes/tasks/create/CreateNewTaskForm.tsx | 4 ++-- skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx | 4 ++-- .../src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx | 6 ++---- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/skyvern-frontend/src/routes/tasks/create/CreateNewTaskForm.tsx b/skyvern-frontend/src/routes/tasks/create/CreateNewTaskForm.tsx index b6441b23..4670d3f8 100644 --- a/skyvern-frontend/src/routes/tasks/create/CreateNewTaskForm.tsx +++ b/skyvern-frontend/src/routes/tasks/create/CreateNewTaskForm.tsx @@ -530,7 +530,7 @@ function CreateNewTaskForm({ initialValues }: Props) {
-

TOTP Verification URL

+

2FA Verification URL

@@ -556,7 +556,7 @@ function CreateNewTaskForm({ initialValues }: Props) {
-

TOTP Identifier

+

2FA Identifier

diff --git a/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx b/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx index 03a99624..6d433e29 100644 --- a/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx +++ b/skyvern-frontend/src/routes/tasks/create/SavedTaskForm.tsx @@ -704,7 +704,7 @@ function SavedTaskForm({ initialValues }: Props) {
-

TOTP Verification URL

+

2FA Verification URL

@@ -730,7 +730,7 @@ function SavedTaskForm({ initialValues }: Props) {
-

TOTP Identifier

+

2FA Identifier

diff --git a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx index d9b6be0c..7c913f92 100644 --- a/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx +++ b/skyvern-frontend/src/routes/workflows/editor/nodes/TaskNode/TaskNode.tsx @@ -389,7 +389,7 @@ function TaskNode({ id, data }: NodeProps) {
{ @@ -404,9 +404,7 @@ function TaskNode({ id, data }: NodeProps) { />
- + { if (!editable) {