From a9042d7072d11f558b14988a5ff6de079499e669 Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 21 Jan 2025 22:31:25 +0530 Subject: [PATCH] feat: encrypt credentials --- server/src/routes/storage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index 91006613..cd5ed3e6 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -155,7 +155,7 @@ function updateTypeActionsInWorkflow(workflow: any[], credentials: CredentialUpd // Add type action filteredWhat.splice(clickIndex + 1 + (i * 2), 0, { action: 'type', - args: [selector, char] // This would be encrypted in practice + args: [selector, encrypt(char)] }); // Add waitForLoadState