mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Implement account removal.
This commit is contained in:
parent
a8da19472d
commit
3a3937ec2f
9 changed files with 78 additions and 1 deletions
|
@ -218,6 +218,10 @@ module.exports = function ControlServiceFactory(
|
|||
return sendTwoWay('screen.capture')
|
||||
}
|
||||
|
||||
this.removeAccount = function() {
|
||||
return sendTwoWay('account.remove')
|
||||
}
|
||||
|
||||
window.cc = this
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue