summaryrefslogtreecommitdiff
path: root/web/share/js/login
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-09-23 02:32:38 +0300
committerMaxim Devaev <[email protected]>2024-09-23 02:32:38 +0300
commit8209ee2eb0bd411c74d7d7dbf7b1b79e46dd79c0 (patch)
tree44fbe8a26d88840b87d6f4ecfcb3d54544f31952 /web/share/js/login
parent5ed368769c889628ebae896556e5c6401cbafdaf (diff)
improved wm dialogs
Diffstat (limited to 'web/share/js/login')
-rw-r--r--web/share/js/login/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/login/main.js b/web/share/js/login/main.js
index 58e7c80d..c779a6d9 100644
--- a/web/share/js/login/main.js
+++ b/web/share/js/login/main.js
@@ -64,7 +64,7 @@ function __login() {
if (error === "ValidatorError") {
wm.error("Invalid characters in credentials").then(__tryAgain);
} else {
- wm.error("Login error:<br>", http.responseText).then(__tryAgain);
+ wm.error("Login error", http.responseText).then(__tryAgain);
}
}
}, body, "application/x-www-form-urlencoded");