improve response error handling,
add handler for network config, fix import errors Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ async function init (){
|
||||
else {
|
||||
alert("An error occured.");
|
||||
formSubmitButton.innerText = "LOGIN";
|
||||
console.error(error);
|
||||
console.error(ticket.error);
|
||||
}
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user