From ee9736bbc82c6f36402f1df0310f4773f5f95de0 Mon Sep 17 00:00:00 2001 From: Li Duoyang Date: Tue, 19 May 2026 01:14:03 -0700 Subject: [PATCH] fix: add type="submit" to forgot password form button (#4910) The "Send reset email" button was missing type="submit", preventing form submission when clicked. All other auth forms (sign-in, sign-up, OTP) already have this attribute set correctly. Closes #4793 --- .../auth/forgot-password/components/forgot-password-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/default/src/features/auth/forgot-password/components/forgot-password-form.tsx b/web/default/src/features/auth/forgot-password/components/forgot-password-form.tsx index 24dbb4e3..9df5f481 100644 --- a/web/default/src/features/auth/forgot-password/components/forgot-password-form.tsx +++ b/web/default/src/features/auth/forgot-password/components/forgot-password-form.tsx @@ -107,7 +107,7 @@ export function ForgotPasswordForm({ )} /> -