fix(web): login error handling (#1322)

This commit is contained in:
Jason Rasmussen
2023-01-13 17:04:59 -05:00
committed by GitHub
parent ba04b753de
commit 5fb3ea465f
7 changed files with 154 additions and 35 deletions

View File

@@ -78,7 +78,7 @@
</script>
<svelte:head>
<title>{$page.data.meta?.title} - Immich</title>
<title>{$page.data.meta?.title || 'Web'} - Immich</title>
{#if $page.data.meta}
<meta name="description" content={$page.data.meta.description} />