show autoupdate in localhost
This commit is contained in:
parent
c1a48dcf1e
commit
8ccb1bd34c
@ -194,7 +194,7 @@
|
||||
on:click={() => changeSettings('isRegistrationEnabled')}
|
||||
/>
|
||||
</div>
|
||||
{#if browser && window.location.hostname === 'staging.coolify.io'}
|
||||
{#if browser && (window.location.hostname === 'staging.coolify.io' || window.location.hostname === 'localhost')}
|
||||
<div class="grid grid-cols-2 items-center">
|
||||
<Setting
|
||||
bind:setting={isAutoUpdateEnabled}
|
||||
|
Loading…
x
Reference in New Issue
Block a user