Add link to register page
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Melon 2022-11-02 18:30:12 +00:00
parent 4bd5ab8969
commit 5f263c94b3
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
{#if isLoggedIn}
<a href="/logout" on:click|preventDefault={logoutAction}>Logout</a>
{:else}
<a href="/register" use:link>Register</a>
<a href="/login" use:link>Login</a>
{/if}
</nav>