diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 34c0492..1fe567f 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -9,7 +9,7 @@ import { ModeWatcher } from 'mode-watcher'; import { Toaster } from 'svelte-sonner'; import { isAuthenticated } from '$lib/stores/session.svelte'; - import { bootstrapSessionFromCookies } from '$lib/services/photoprism'; + import { bootstrapSessionFromPhotoPrism } from '$lib/services/photoprism'; import { setLeftSidebarWidth, view } from '$lib/stores/view.svelte'; import { resizable } from '$lib/actions/resizable'; import { queryClient } from '$lib/queryClient';