fix: auth forms required attrs
This commit is contained in:
parent
70dbe74209
commit
f51131eb00
|
|
@ -132,6 +132,7 @@ export default function LoginPage() {
|
||||||
<PasswordInput
|
<PasswordInput
|
||||||
mb={12}
|
mb={12}
|
||||||
withAsterisk
|
withAsterisk
|
||||||
|
required
|
||||||
label="Password"
|
label="Password"
|
||||||
id="password"
|
id="password"
|
||||||
ref={passwordRef}
|
ref={passwordRef}
|
||||||
|
|
|
||||||
|
|
@ -238,6 +238,7 @@ export default function SignUpPage() {
|
||||||
<PasswordInput
|
<PasswordInput
|
||||||
mb={12}
|
mb={12}
|
||||||
withAsterisk
|
withAsterisk
|
||||||
|
required
|
||||||
label="Password"
|
label="Password"
|
||||||
id="password"
|
id="password"
|
||||||
ref={passwordRef}
|
ref={passwordRef}
|
||||||
|
|
@ -272,6 +273,7 @@ export default function SignUpPage() {
|
||||||
<PasswordInput
|
<PasswordInput
|
||||||
mb={12}
|
mb={12}
|
||||||
withAsterisk
|
withAsterisk
|
||||||
|
required
|
||||||
label="Confirm password"
|
label="Confirm password"
|
||||||
id="confirm-password"
|
id="confirm-password"
|
||||||
ref={passwordRef}
|
ref={passwordRef}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue