From 0945e185641c26c28c23301c3ce3462298cce862 Mon Sep 17 00:00:00 2001
From: izzy
Date: Wed, 3 Dec 2025 09:52:36 +0000
Subject: [PATCH] fix: move end button into authed default maint page
---
web/src/routes/maintenance/+page.svelte | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/web/src/routes/maintenance/+page.svelte b/web/src/routes/maintenance/+page.svelte
index a149b2ca8c..3ae0aebcd1 100644
--- a/web/src/routes/maintenance/+page.svelte
+++ b/web/src/routes/maintenance/+page.svelte
@@ -77,10 +77,8 @@
},
})}
+
{/if}
{/if}
- {#if $auth && ($status?.action === MaintenanceAction.Start || $status?.error)}
-
- {/if}