mirror of
https://github.com/immich-app/immich.git
synced 2025-12-29 17:25:00 +03:00
fix: move end button into authed default maint page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user