Skip to content

Commit

Permalink
Invalid code in username-password.sveltekit.md (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
gangradem authored Jun 25, 2023
1 parent 1a34f2d commit 1e841ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add `transformDatabaseUser()` to your Lucia config to expose the user's id and u
// lib/server/lucia.ts
export const auth = lucia({
adapter: prisma(client),
env: "DEV" // "PROD" if prod,
env: "DEV", // "PROD" if prod
middleware: sveltekit(),
transformDatabaseUser: (userData) => {
return {
Expand Down

0 comments on commit 1e841ed

Please sign in to comment.