feat: encrypt credentials

This commit is contained in:
Rohit
2025-01-21 22:31:25 +05:30
parent 4a16aab061
commit a9042d7072

View File

@@ -155,7 +155,7 @@ function updateTypeActionsInWorkflow(workflow: any[], credentials: CredentialUpd
// Add type action // Add type action
filteredWhat.splice(clickIndex + 1 + (i * 2), 0, { filteredWhat.splice(clickIndex + 1 + (i * 2), 0, {
action: 'type', action: 'type',
args: [selector, char] // This would be encrypted in practice args: [selector, encrypt(char)]
}); });
// Add waitForLoadState // Add waitForLoadState