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:
2023-05-15 22:41:54 +00:00
parent b94758c175
commit d6a7785ab0
5 changed files with 45 additions and 28 deletions

View File

@@ -36,7 +36,7 @@ async function init (){
else {
alert("An error occured.");
formSubmitButton.innerText = "LOGIN";
console.error(error);
console.error(ticket.error);
}
});
}