CodeSoom / ConStu

네? 뭐라고요??🙋‍♂️ 스터디를 찾고 있다구요?🤔 스터디에 관한 정보는 모두 여기에!!
https://sweet-1cfff.firebaseapp.com
MIT License
28 stars 3 forks source link

[ToDo] 로그인한 사용자 및 로그인하지 않은 사용자가 권한이 없는 페이지에 이동했을 시 Redirect 시켜주기 #214

Closed saseungmin closed 2 years ago

saseungmin commented 3 years ago
  useEffect(() => {
    if (!user) {
      history.push('/');
    }
  }, [user, history]);
saseungmin commented 2 years ago

👉 2021-08-03 (화)