diff --git a/documentation/content/main/start-here/username-password.sveltekit.md b/documentation/content/main/start-here/username-password.sveltekit.md index c0cf939ad..f34c7bb95 100644 --- a/documentation/content/main/start-here/username-password.sveltekit.md +++ b/documentation/content/main/start-here/username-password.sveltekit.md @@ -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 {