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
-
-
);
}