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="/" path="/"
exact={true} exact={true}
component={HomePage} component={HomePage}
authentication={{isLogin: true}} authentication={authentication}
/> />
<Redirect from="*" to="/" /> <Redirect from="*" to="/" />
</Switch> </Switch>

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

Loading…
Cancel
Save