From 3e82a5f93c93c0dbf5ea55935f83cc8a5f49c3fc Mon Sep 17 00:00:00 2001 From: Imbus Date: Wed, 15 Nov 2023 14:39:09 +0100 Subject: [PATCH] Fix registration form --- client-solid/src/RegLogin/Register.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-solid/src/RegLogin/Register.tsx b/client-solid/src/RegLogin/Register.tsx index 2f23194..6ccccd4 100644 --- a/client-solid/src/RegLogin/Register.tsx +++ b/client-solid/src/RegLogin/Register.tsx @@ -67,7 +67,7 @@ export function RegisterForm(): JSXElement { { setCaptcha(e.target.value);