diff --git a/src/App.js b/src/App.js index 7bd4291..0077d92 100644 --- a/src/App.js +++ b/src/App.js @@ -26,6 +26,7 @@ import OutstandingTeacher from "./_screens/home/outstanding-teacher"; function App() { const dispatch = useDispatch(); const authentication = useSelector((state) => state.authentication); + // let authentication const alert = useSelector((state) => state.alert); String.prototype.capitalize = function () { @@ -43,7 +44,7 @@ function App() { dispatch(alertActions?.clear()); }); }, []); - console.log("authen: ", authentication); + // console.log("authen: ", authentication); return (
diff --git a/src/_screens/login/index.js b/src/_screens/login/index.js index ab9d51d..d1ba479 100644 --- a/src/_screens/login/index.js +++ b/src/_screens/login/index.js @@ -160,9 +160,9 @@ export default function Login() { required={true} renderLabelIcon={renderIconUsername} errorText={usernameErr} - onBlur={() => { - onBlurField("username"); - }} + // onBlur={() => { + // onBlurField("username"); + // }} setErrorText={setUsernameErr} autoFocus={true} /> @@ -176,9 +176,9 @@ export default function Login() { renderLabelIcon={renderIconPassword} errorText={passwordErr} setErrorText={setPasswordErr} - onBlur={() => { - onBlurField("password"); - }} + // onBlur={() => { + // onBlurField("password"); + // }} onFocus={() => setPassword(password.trim())} /> Đăng nhập - + {/* Bạn không nhớ mật khẩu, vui lòng click vào đây! - + */}