Refactor admin settings page, clear all sessions, and add user signup functionality
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
let isServerSetup = data.isServerSetup;
|
||||
|
||||
onMount(() => {
|
||||
console.log("isServerSetup", isServerSetup);
|
||||
if (!isServerSetup && $page.url.pathname !== "/setup") {
|
||||
goto("/setup");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user