Skip to content

Commit dafac46

Browse files
committed
📚 Update docs (#2446)
1 parent 77be49f commit dafac46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// See:
22
// https://lucia-auth.com/guidebook/sign-in-with-username-and-password/sveltekit/
3-
// https://superforms.rocks/get-started
3+
4+
// This route uses centralized helpers with fallback validation strategies.
5+
// See src/lib/utils/authorship.ts for the current form handling approach.
46
import { fail, redirect } from '@sveltejs/kit';
57
import { LuciaError } from 'lucia';
68

0 commit comments

Comments
 (0)