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:
parent
ebec139fa3
commit
5b35896365
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue