fix: check i18n are sorted (#18324)
This commit is contained in:
@@ -4,7 +4,7 @@ import { getAuthStatus } from '@immich/sdk';
|
||||
import type { PageLoad } from './$types';
|
||||
|
||||
export const load = (async ({ url }) => {
|
||||
await authenticate();
|
||||
await authenticate(url);
|
||||
|
||||
const { pinCode } = await getAuthStatus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user