link to profile edit page from homepage

This commit is contained in:
Erin 2023-11-12 17:57:21 -05:00
parent 7bdd3ec871
commit c6cbc0646e

View file

@ -6,6 +6,7 @@
{#if data.user}
<h1>Success!</h1>
<p>You are {data.user.name} and your ID is {data.user.id}</p>
<p><a href="/profile">view or edit your profile</a></p>
{:else}
<h1>Hello</h1>
<p>I do not know you</p>