From e144c82c717793567627cbe478d34fe9519f45d5 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 13 Sep 2023 01:48:48 -0700 Subject: refactor(auth): move to api --- 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 60e82044..0dc3b83c 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