Fix error update websocket to change user (#2743)
This commit is contained in:
parent
864a98fd8b
commit
15452dfe15
@ -74,6 +74,10 @@ function TelemetryWebsocketService($rootScope, $websocket, $timeout, $window, $m
|
||||
}
|
||||
});
|
||||
|
||||
$rootScope.telemetryWsLoginHandle = $rootScope.$on('authenticated', function () {
|
||||
reset(true);
|
||||
});
|
||||
|
||||
return service;
|
||||
|
||||
function publishCommands () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user