From 60f0c6282f6d6cd291dc2909b534365902289e39 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 13 Sep 2023 02:00:54 -0700 Subject: refactor(auth): move to single path --- src/routes/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes/+layout.svelte') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index bb283fca..7a4b517a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -66,7 +66,7 @@ >Log in with AniList {:else} - Log out from AniList ({currentUserIdentity.name}) + Log out from AniList ({currentUserIdentity.name}) {/if} {#if !lastActivityWasToday} -- cgit v1.2.3