Fix registration form

This commit is contained in:
Imbus 2023-11-15 14:39:09 +01:00
parent 9f3685caed
commit 3e82a5f93c

View file

@ -67,7 +67,7 @@ export function RegisterForm(): JSXElement {
<input <input
type="text" type="text"
placeholder="Captcha" placeholder="Captcha"
value={password()} value={captcha()}
class="input input-bordered" class="input input-bordered"
onChange={(e): void => { onChange={(e): void => {
setCaptcha(e.target.value); setCaptcha(e.target.value);