(nextState)
| 88 | } |
| 89 | |
| 90 | async setState(nextState) { |
| 91 | this.state = {...this.state, ...nextState}; |
| 92 | await controllerPool.updateSession(this.id, this); |
| 93 | } |
| 94 | |
| 95 | openSecuritySettings() { |
| 96 | const hash = '#/settings/security'; |
no test coverage detected