diff options
| author | Fuwn <[email protected]> | 2023-12-09 22:09:57 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-09 22:09:57 -0800 |
| commit | d4dfe9d92dbc517415a85a656520989a6c377aec (patch) | |
| tree | d1fb752b92cf7706a98d6eac77c848cb3d98ce0e /src/routes/+layout.svelte | |
| parent | feat(settings): remove unused defaults (diff) | |
| download | due.moe-d4dfe9d92dbc517415a85a656520989a6c377aec.tar.xz due.moe-d4dfe9d92dbc517415a85a656520989a6c377aec.zip | |
feat(settings): option disable panels
Diffstat (limited to 'src/routes/+layout.svelte')
| -rw-r--r-- | src/routes/+layout.svelte | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a2c11d4d..2374ff8e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -51,8 +51,9 @@ {#if data.user === undefined} <a href={`https://anilist.co/api/v2/oauth/authorize?client_id=${env.PUBLIC_ANILIST_CLIENT_ID}&redirect_uri=${env.PUBLIC_ANILIST_REDIRECT_URI}&response_type=code`} - >Log in with AniList</a > + Log in with AniList + </a> {:else} <a href="/api/authentication-log-out">Log out from AniList ({currentUserIdentity.name})</a> {/if} |