Refactor admin settings page, clear all sessions, and add user signup functionality

This commit is contained in:
Sean Morley
2024-04-21 16:31:55 +00:00
parent a186d514af
commit 29e9b308ba
4 changed files with 58 additions and 12 deletions

View File

@@ -19,7 +19,6 @@
let isServerSetup = data.isServerSetup;
onMount(() => {
console.log("isServerSetup", isServerSetup);
if (!isServerSetup && $page.url.pathname !== "/setup") {
goto("/setup");
}