From 0d63c651cc3f6f4d49d74072b415af8ee77b1c6f Mon Sep 17 00:00:00 2001 From: minh Date: Thu, 11 Jul 2024 17:40:45 +0700 Subject: [PATCH] set --- src/App.js | 2 +- src/_containers/LoginPage/components/Login.js | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/App.js b/src/App.js index 96d1a32..945ff52 100644 --- a/src/App.js +++ b/src/App.js @@ -49,7 +49,7 @@ function App() { path="/" exact={true} component={HomePage} - authentication={{isLogin: true}} + authentication={authentication} /> diff --git a/src/_containers/LoginPage/components/Login.js b/src/_containers/LoginPage/components/Login.js index e6c047e..ab4b130 100644 --- a/src/_containers/LoginPage/components/Login.js +++ b/src/_containers/LoginPage/components/Login.js @@ -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 */} -
- Quên mật khẩu? -
-
-

- Đăng ký tài khoản -

-
); }