GNU-CS / catlas-frontend

Unofficial frontend source code of CATLAS community.
GNU Affero General Public License v3.0
0 stars 0 forks source link

bug#39 #48

Closed hatchling13 closed 3 years ago

hatchling13 commented 3 years ago

작업사항

  1. 이전의 코드에서는 useSelector로 가져오는 errorCode의 갱신이 원하는 때에 이루어지지 않아, 갱신되기 이전의 값에 따라 처리가 진행됨. 이 처리를 useEffect로 이동하여 errorCode가 갱신된 이후 페이지가 처리되도록 수정
  2. errorCode에 따라 에러 메시지를 반환하는 함수 작성
  3. Redux Storeuser 값이 존재할 경우 /auth 관련 페이지에 접근하면 메인 페이지로 리다이렉트되도록 수정