diff --git a/js/settings.js b/js/settings.js index 9f0d683..0d6d003 100644 --- a/js/settings.js +++ b/js/settings.js @@ -97,7 +97,7 @@ async function register() { // Registers a device by sending POST request to API } } else { logout() - } + } } async function logout() { // Simply removed the UUID from localstorage