1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00

fix(web): user can remove server license (#11199)

This commit is contained in:
Alex 2024-07-18 14:26:54 -05:00 committed by GitHub
parent cd63212118
commit e005a123ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,9 +116,11 @@
</div>
</div>
<div class="text-right mt-4">
<Button size="sm" color="red" on:click={removeServerLicense}>Remove license</Button>
</div>
{#if $user.isAdmin}
<div class="text-right mt-4">
<Button size="sm" color="red" on:click={removeServerLicense}>Remove license</Button>
</div>
{/if}
{:else}
<div
class="bg-gray-50 border border-immich-dark-primary/50 dark:bg-immich-dark-primary/15 p-6 pr-12 rounded-xl flex place-content-center gap-4"