We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77be49f commit dafac46Copy full SHA for dafac46
src/routes/(auth)/login/+page.server.ts
@@ -1,6 +1,8 @@
1
// See:
2
// https://lucia-auth.com/guidebook/sign-in-with-username-and-password/sveltekit/
3
-// https://superforms.rocks/get-started
+
4
+// This route uses centralized helpers with fallback validation strategies.
5
+// See src/lib/utils/authorship.ts for the current form handling approach.
6
import { fail, redirect } from '@sveltejs/kit';
7
import { LuciaError } from 'lucia';
8
0 commit comments