registration adaptive
This commit is contained in:
@ -127,7 +127,7 @@ export const ModalResetPassword = ({ active, setActive }) => {
|
||||
<h3 className="resetPassword__title">Восстановление пароля</h3>
|
||||
{!step ? (
|
||||
<div className="resetPassword__email">
|
||||
<h5>Введите e-mail:</h5>
|
||||
<h5>Введите ваш e-mail:</h5>
|
||||
<input
|
||||
type="email"
|
||||
onChange={(e) => {
|
||||
@ -145,9 +145,6 @@ export const ModalResetPassword = ({ active, setActive }) => {
|
||||
value={inputsValue.email}
|
||||
className={inputsError.email ? "error" : ""}
|
||||
/>
|
||||
{inputsError.email && (
|
||||
<span className="warningText">Введите корректный e-mail</span>
|
||||
)}
|
||||
{loader ? (
|
||||
<Loader style={"green"} />
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user