From e7f1cbf1161a1ae51ecf24eb5f560d497ee02984 Mon Sep 17 00:00:00 2001 From: Jared Pereira Date: Tue, 5 May 2026 16:28:05 -0400 Subject: [PATCH] prevent default and add stop propogration to email submit --- components/LoginButton.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/LoginButton.tsx b/components/LoginButton.tsx index f35305b9..d9711cac 100644 --- a/components/LoginButton.tsx +++ b/components/LoginButton.tsx @@ -211,7 +211,14 @@ export const LoginContent = (props: { onChange={setLoginEmail} loading={loading} action={ - } -- 2.51.2