link to profile edit page from homepage
This commit is contained in:
parent
7bdd3ec871
commit
c6cbc0646e
|
@ -6,6 +6,7 @@
|
||||||
{#if data.user}
|
{#if data.user}
|
||||||
<h1>Success!</h1>
|
<h1>Success!</h1>
|
||||||
<p>You are {data.user.name} and your ID is {data.user.id}</p>
|
<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}
|
{:else}
|
||||||
<h1>Hello</h1>
|
<h1>Hello</h1>
|
||||||
<p>I do not know you</p>
|
<p>I do not know you</p>
|
||||||
|
|
Loading…
Reference in a new issue