minh 1 year ago
parent 496cc47ca2
commit 0d63c651cc
  1. 2
      src/App.js
  2. 10
      src/_containers/LoginPage/components/Login.js

@ -49,7 +49,7 @@ function App() {
path="/"
exact={true}
component={HomePage}
authentication={{isLogin: true}}
authentication={authentication}
/>
<Redirect from="*" to="/" />
</Switch>

@ -243,7 +243,7 @@ function Login(props) {
setValue={changeEmail}
type="text"
name="email"
placeholder="Nhập username"
placeholder="Nhập email / số điện thoại"
required={true}
renderLabelIcon={renderEmailIcon}
errorText={emailError}
@ -284,9 +284,6 @@ function Login(props) {
Nhớ mật khẩu
</label>
</div> */}
<div className="flex-1 text-center">
<Link to="/forgot-password">Quên mật khẩu?</Link>
</div>
</div>
<div className="button_submit">
<button
@ -493,11 +490,6 @@ function Login(props) {
</div>
</form>
</div>
<div className="register_text text-center">
<p>
<Link to="/register">Đăng tài khoản</Link>
</p>
</div>
</div>
);
}

Loading…
Cancel
Save