<input
	type="text"
	placeholder="Email"
	name="email"
	className="auth__input"
	autoComplete="off"
	value={email}
	onChange={handleInputChange}
/>