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 fed9a74 commit 1e4fbe4Copy full SHA for 1e4fbe4
src/routes/(auth)/signup/+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 { PrismaClientKnownRequestError } from '@prisma/client/runtime/library';
8
import { LuciaError } from 'lucia';
0 commit comments