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