mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Implement account removal.
This commit is contained in:
@@ -218,6 +218,10 @@ module.exports = function ControlServiceFactory(
|
||||
return sendTwoWay('screen.capture')
|
||||
}
|
||||
|
||||
this.removeAccount = function() {
|
||||
return sendTwoWay('account.remove')
|
||||
}
|
||||
|
||||
window.cc = this
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user