We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed68425 commit 4bf66abCopy full SHA for 4bf66ab
deps/rabbitmq_management/priv/www/js/dispatcher.js
@@ -340,8 +340,7 @@ dispatcher_add(function(sammy) {
340
oauth.logged_in = false;
341
oauth_initiateLogout();
342
}else {
343
-// go_to_home()
344
- location.reload();
+ go_to_home()
345
}
346
});
347
deps/rabbitmq_management/priv/www/js/oidc-oauth/helper.js
@@ -225,6 +225,9 @@ function oauth_redirectToHome(oauth) {
225
function go_to(path) {
226
location.href = rabbit_path_prefix() + "/" + path
227
228
+function go_to_home() {
229
+ location.href = rabbit_path_prefix() + "/"
230
+}
231
function go_to_authority() {
232
location.href = oauth.authority
233
0 commit comments