We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prefs.js
1 parent cc4ba65 commit 7bd378eCopy full SHA for 7bd378e
1 file changed
deps/rabbitmq_management/priv/www/js/prefs.js
@@ -28,6 +28,7 @@ function get_auth_resource() {
28
return get_local_pref(AUTH_RESOURCE)
29
}
30
31
+// When auth_scheme is undefined, matches any scheme for backwards compatibility.
32
function has_auth_credentials(auth_scheme) {
33
let authenticated =get_local_pref(CREDENTIALS) != undefined && get_local_pref(AUTH_SCHEME) != undefined &&
34
get_cookie_value(LOGGED_IN) != undefined;
0 commit comments