Browse Source

로그인 후 페이지 LAANC 페이지로 이동

pull/2/head
sanguu516(박상현) 1 year ago
parent
commit
e1b3ae72e3
  1. 3
      src/components/account/login/AccountLogin.js

3
src/components/account/login/AccountLogin.js

@ -86,6 +86,9 @@ export const AccountLogin = ({ props }) => {
useEffect(() => { useEffect(() => {
if (isLogin) { if (isLogin) {
props.history.push('/'); props.history.push('/');
// LANCC 화면으로 이동
// props.history.push('/control');
} }
}, [isLogin]); }, [isLogin]);
return ( return (

Loading…
Cancel
Save