@@ -1,6 +1,6 @@
|
||||
import type { PageLoad } from './$types';
|
||||
import { authenticate } from '$lib/utils/auth';
|
||||
import { loadConfig } from '$lib/stores/server-config.store';
|
||||
import { authenticate } from '$lib/utils/auth';
|
||||
import type { PageLoad } from './$types';
|
||||
|
||||
export const load = (async () => {
|
||||
await authenticate({ admin: true });
|
||||
|
||||
Reference in New Issue
Block a user