pis #2

Merged
fred.boniface merged 76 commits from pis into main 2023-05-06 21:53:45 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 38a0cc55e2 - Show all commits

View File

@ -29,7 +29,7 @@ async function registerKey(key) { // Posts key to server and listens for respons
body: JSON.stringify(key)
})
if (res.JSON['result'] == "ok"){
localStorage.setItem("uuid", res.JSON['uuid'])
localStorage.setItem("uuid", res.JSON['uuid']);
return true;
} else {
return false;