Skip to content

Commit

Permalink
Update message after sign-in
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Jan 21, 2021
1 parent 3707133 commit 881ca43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Login.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<svg class="icon" height=32 xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<h2>Sign-in link sent to {email}</h2>
<h2>Sign-in link sent, check your email</h2>
</div>
</div>
{:else}
Expand Down

0 comments on commit 881ca43

Please sign in to comment.