diff --git a/ui/src/serverIO.js b/ui/src/serverIO.js index 5c562021..c0015f77 100644 --- a/ui/src/serverIO.js +++ b/ui/src/serverIO.js @@ -353,6 +353,10 @@ class ServerIO { dispatch(signOut()); }); + this.hwrSocket.on('sessionsChanged', () => { + dispatch(getLoginInfo()); + }); + this.hwrSocket.on('workflowParametersDialog', (data) => { if (data) { dispatch(showWorkflowParametersDialog(data, true));