{#if $session.userId}
Already logged in...
{:else}
{#if browser && window.location.host === 'demo.coolify.io'}
Registration is open, just fill in an email (does not
need to be live email address for the demo instance) and a password.
All users gets an own namespace, so you won't be able to
access other users data.
{/if}
{/if}