fix notification for time/date

This commit is contained in:
Christopher Bisset 2022-08-13 19:18:22 +10:00
parent acff41daf4
commit 2ad12f5a92

View file

@ -41,7 +41,7 @@
<label class="block text-secondary text-sm font-bold mb-2" for="password">
Headscale API Key
{#if apiStatus == 'succeeded'}
{#key apiStatus}
{#key $APIKeyStore}
<ApiKeyTimeLeft />
{/key}
{/if}