From 5ebcbb0ced6f784fe7c3d06d7932bb13259eb1c6 Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Wed, 1 Nov 2023 23:41:48 +0000 Subject: [PATCH] linting --- src/lib/Header.svelte | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/lib/Header.svelte b/src/lib/Header.svelte index 5a33d54..a9bcdfd 100644 --- a/src/lib/Header.svelte +++ b/src/lib/Header.svelte @@ -1,10 +1,23 @@ -
Welcome, {loggedInUser.name} Log out
+
+ Welcome, {loggedInUser.name} + Log out +
{#if !loggedInUser.emailVerification} -
You have not verified your email address yet
+
+ You have not verified your email address yet + account.createVerification( + window.location.protocol + + "//" + + window.location.host + + "/register/emailVerify", + )}>Resend verification email +
{/if}