Skip to content

Commit ed68425

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Reload page
so that it takes the user to the home page (cherry picked from commit 4026c3b)
1 parent aaa41a4 commit ed68425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_management/priv/www/js/dispatcher.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ dispatcher_add(function(sammy) {
340340
oauth.logged_in = false;
341341
oauth_initiateLogout();
342342
}else {
343-
go_to_home()
344-
// location.reload();
343+
// go_to_home()
344+
location.reload();
345345
}
346346
});
347347

0 commit comments

Comments
 (0)