Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey committed Mar 30, 2024
1 parent d2e21b8 commit 3f0a4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { env } from "$env/dynamic/private";

const adapter = new PrismaAdapter(client.session, client.user);

const origin = new URL(env.ORIGIN);
const origin = new URL(env.ORIGIN || "localhost:3280");
export const auth = new Lucia(adapter, {
sessionCookie: {
attributes: {
Expand Down

0 comments on commit 3f0a4c9

Please sign in to comment.