feat: add encryption to key press action
This commit is contained in:
@@ -319,7 +319,7 @@ export class WorkflowGenerator {
|
||||
where,
|
||||
what: [{
|
||||
action: 'press',
|
||||
args: [selector, key],
|
||||
args: [selector, encrypt(key)],
|
||||
}],
|
||||
}
|
||||
if (selector) {
|
||||
|
||||
Reference in New Issue
Block a user