1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-05-12 14:47:46 +00:00

Show the statusText on login error, not the empty response

This commit is contained in:
Joshua Goins 2025-05-06 18:28:51 -04:00
parent ebec139fa3
commit 5b35896365

View file

@ -45,7 +45,7 @@
} }
function error(event) { function error(event) {
window.external.user('login=auth,ng,err,' + req.response); window.external.user('login=auth,ng,err,' + req.statusText);
} }
function login() { function login() {