feat: encrypt credentials
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user