Compare commits

..

No commits in common. "8c572c2eaa142c46f6f6bbaaccfc8e2b19b09a9b" and "4b297508f091a6ef8cc5a6b76272fe1e5650781f" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -91,10 +91,9 @@ async function register() { // Registers a device by sending POST request to API
showDone();
hideLoading();
return;
} else if (res.status == 403) {
} else if (res.status == 403)
log(`settings.register: Error: Fetch returned: ${res.body['errorCode']}`, "err")
document.getElementsByName("eml")[0].placeholder = "Not Authorised";
}
} else {
logout()
}

View File

@ -5,7 +5,6 @@
#done {
opacity: 0;
display: none;
position: fixed;
top: 50%;
left: 50%;