refactoring allStyles styleStyle -> style-style
This commit is contained in:
@ -90,7 +90,7 @@ export const AuthBox = ({ title }) => {
|
||||
<input id="loginEmail" type="text" name="email" placeholder="E-mail" />
|
||||
|
||||
<label htmlFor="password">Ваш пароль</label>
|
||||
<div className="inputWrapper">
|
||||
<div className="input-wrapper">
|
||||
<input
|
||||
id="loginPassword"
|
||||
type={showPassword ? "text" : "password"}
|
||||
|
Reference in New Issue
Block a user