debug ModalRegistration and

RegistrationForCandidate
This commit is contained in:
2023-12-29 12:23:54 +03:00
parent 94a13f4903
commit 4b0176079e
5 changed files with 128 additions and 197 deletions

View File

@ -87,12 +87,12 @@ export const AuthBox = ({ title }) => {
)}
<form ref={ref} className="auth-box__form">
<label htmlFor="e-mail">Ваш e-mail</label>
<input id="e-mail" type="text" name="email" placeholder="E-mail" />
<input id="loginEmail" type="text" name="email" placeholder="E-mail" />
<label htmlFor="password">Ваш пароль</label>
<div className="inputWrapper">
<input
id="password"
id="loginPassword"
type={showPassword ? "text" : "password"}
name="password"
placeholder="Пароль"