Password
+
+
+
diff --git a/frontend/src/lib/components/Admin/UserQuestions.svelte b/frontend/src/lib/components/Admin/UserQuestions.svelte
index 3156f8e2..8a09679b 100644
--- a/frontend/src/lib/components/Admin/UserQuestions.svelte
+++ b/frontend/src/lib/components/Admin/UserQuestions.svelte
@@ -1,3 +1,5 @@
+
+
-{#if !$isLoggedIn}
+{#if !adminUser.value || !adminUser.value.is_superuser}
diff --git a/frontend/svelte.config.js b/frontend/svelte.config.js
index 010dcac3..3ec1b119 100644
--- a/frontend/svelte.config.js
+++ b/frontend/svelte.config.js
@@ -6,7 +6,6 @@ const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),
-
kit: {
adapter: adapter({
pages: 'build',