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 2835e38 commit 29d3a0eCopy full SHA for 29d3a0e
deps/rabbitmq_management/priv/www/js/main.js
@@ -4,7 +4,7 @@ $(document).ready(function() {
4
var url = new URL(url_string);
5
var error = url.searchParams.get("error");
6
if (error) {
7
- renderWarningMessageInLoginStatus(error);
+ renderWarningMessageInLoginStatus(fmt_escape_html(error));
8
}else {
9
if (oauth.enabled) {
10
if (!oauth.logged_in ) {
0 commit comments