Fix registration form
This commit is contained in:
parent
9f3685caed
commit
3e82a5f93c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue