registration

This commit is contained in:
Mikola
2023-11-08 18:27:42 +03:00
parent d342482c4d
commit b9cea4e7f7
8 changed files with 253 additions and 22 deletions

View File

@ -31,7 +31,7 @@ export const AuthBlock = ({ title, description, img, resetModal }) => {
>
Войти
</button>
<span onClick={() => resetModal(true)}>Вспомнить пароль</span>
<span onClick={() => resetModal(true)}>Восстановить пароль</span>
</div>
</form>
{img && <img src={img} alt="authImg" className="auth__img" />}