From bec341c4d6078b29d9fc9c7a56e811a4e4f0b4a4 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 10 Apr 2023 20:42:58 +0100 Subject: [PATCH] Fix spacing --- js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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