Skip to content

Commit 2993de2

Browse files
committed
📚 Update comment (#2446)
1 parent 52ce45d commit 2993de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/(auth)/login/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
66
import { fail, redirect } from '@sveltejs/kit';
77
import { LuciaError } from 'lucia';
88

src/routes/(auth)/signup/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
66
import { fail, redirect } from '@sveltejs/kit';
77
import { PrismaClientKnownRequestError } from '@prisma/client/runtime/library';
88
import { LuciaError } from 'lucia';

0 commit comments

Comments
 (0)