Skip to content

Commit

Permalink
Merge branch '14-manage-multiple-sessions-with-user-auth' of https://…
Browse files Browse the repository at this point in the history
…github.com/mxcube/esrf-mxcubeweb into 14-manage-multiple-sessions-with-user-auth
  • Loading branch information
antolinos committed Dec 11, 2024
2 parents 511379f + ab84f66 commit 69eba95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/serverIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 69eba95

Please sign in to comment.