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 d35aa10 commit 771f597Copy full SHA for 771f597
src/lib/utils/auth_forms.ts
@@ -85,7 +85,7 @@ const formCreationStrategies = [
85
* Tries multiple strategies until one succeeds
86
*
87
* @param request - The incoming request containing form data
88
- * @returns The validated form object
+ * @returns The validated form object (bare form, suitable for actions: fail(..., { form }))
89
*/
90
export const validateAuthFormWithFallback = async (request: Request) => {
91
for (const strategy of formValidationStrategies) {
0 commit comments