feat(web): redirect to login from getting started (#1755)

This commit is contained in:
Michel Heusschen
2023-02-15 13:42:41 +01:00
committed by GitHub
parent 0f00f22212
commit 1361f18964
2 changed files with 8 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
</h1>
<button
class="border px-4 py-4 rounded-md bg-immich-primary dark:bg-immich-dark-primary dark:text-immich-dark-gray dark:border-immich-dark-gray hover:bg-immich-primary/75 text-white font-bold w-[200px]"
on:click={() => goto('/auth/login')}
on:click={() => goto('/auth/register')}
>Getting Started
</button>
</div>