Skip to content
Snippets Groups Projects
Commit 49cb73fd authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

update

parent 2ca2ff5a
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ import { Tutor } from "./database/entities/Tutor.entity";
import bcrypt from "bcrypt";
import { error, redirect, type Handle } from "@sveltejs/kit";
import { User } from "./database/entities/User.entity";
import { env } from "$env/dynamic/private";
console.log({env});
export const { handle, signIn, signOut } = SvelteKitAuth({
trustHost: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment