From 852454d5274cf622b6ce8d40e114d5673a10e497 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 5 Oct 2022 17:48:56 +0200 Subject: [PATCH] tweak note about missing email fixes #942 --- app/src/frontend/user/signup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/user/signup.tsx b/app/src/frontend/user/signup.tsx index 153bb99d..9df05783 100644 --- a/app/src/frontend/user/signup.tsx +++ b/app/src/frontend/user/signup.tsx @@ -58,7 +58,7 @@ export const SignUp: React.FC = () => { value={email} onChange={e => setEmail(e.target.value)} placeholder="someone@example.com" /> - +