File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22// https://lucia-auth.com/guidebook/sign-in-with-username-and-password/sveltekit/
33
44// This route uses centralized helpers with fallback validation strategies.
5- // See src/lib/utils/authorship .ts for the current form handling approach.
5+ // See src/lib/utils/auth_forms .ts for the current form handling approach.
66import { fail , redirect } from '@sveltejs/kit' ;
77import { LuciaError } from 'lucia' ;
88
Original file line number Diff line number Diff line change 22// https://lucia-auth.com/guidebook/sign-in-with-username-and-password/sveltekit/
33
44// This route uses centralized helpers with fallback validation strategies.
5- // See src/lib/utils/authorship .ts for the current form handling approach.
5+ // See src/lib/utils/auth_forms .ts for the current form handling approach.
66import { fail , redirect } from '@sveltejs/kit' ;
77import { PrismaClientKnownRequestError } from '@prisma/client/runtime/library' ;
88import { LuciaError } from 'lucia' ;
You can’t perform that action at this time.
0 commit comments