fix: move end button into authed default maint page

This commit is contained in:
izzy
2025-12-03 09:52:36 +00:00
parent e0428b565a
commit 0945e18564

View File

@@ -77,10 +77,8 @@
},
})}
</p>
<Button onclick={end}>{$t('maintenance_end')}</Button>
{/if}
{/if}
{#if $auth && ($status?.action === MaintenanceAction.Start || $status?.error)}
<Button onclick={end}>{$t('maintenance_end')}</Button>
{/if}
</div>
</AuthPageLayout>