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
|
||||
type="text"
|
||||
placeholder="Captcha"
|
||||
value={password()}
|
||||
value={captcha()}
|
||||
class="input input-bordered"
|
||||
onChange={(e): void => {
|
||||
setCaptcha(e.target.value);
|
||||
|
|
Loading…
Reference in a new issue