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 9060941 commit cd680bcCopy full SHA for cd680bc
deps/rabbitmq_management/priv/www/js/main.js
@@ -7,8 +7,6 @@ $(document).ready(function() {
7
renderWarningMessageInLoginStatus(fmt_escape_html(error));
8
} else {
9
if (oauth.enabled) {
10
- store_pref("oauth-return-to", url.hash);
11
-
12
startWithOAuthLogin();
13
14
startWithLoginPage();
@@ -21,6 +19,8 @@ function startWithLoginPage() {
21
19
start_app_login();
22
20
}
23
function startWithOAuthLogin () {
+ store_pref("oauth-return-to", window.location.hash);
+
24
if (!oauth.logged_in) {
25
if (oauth.sp_initiated) {
26
get(oauth.readiness_url, 'application/json', function (req) {
0 commit comments