19 implement i18n #29
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { validateSession } from '$lib/server/auth/index.js';
|
||||
import { validateSession } from '$lib/server/auth';
|
||||
|
||||
export async function load(event) {
|
||||
await validateSession(event);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { validateSession } from '$lib/server/auth/index.js';
|
||||
import { validateSession } from '$lib/server/auth';
|
||||
|
||||
export async function load(event) {
|
||||
const {
|
||||
|
|
@ -7,4 +7,4 @@ export async function load(event) {
|
|||
return {
|
||||
user: rest,
|
||||
};
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue