Skip to content

Commit

Permalink
chore: 불필요한 세션 로그인 관련 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Aug 13, 2024
1 parent 7e7f28b commit 74ad40b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const AuthServerRedirectPage = async () => {
response.data?.currentRecruitmentRound.period.open;

if (memberRole === "REGULAR") {
sessionStorage.setItem("isLogin", "true");
redirect("/my-study");
} else if (currentRecruitmentOpen) {
redirect("/auth-error-during-recruitment");
Expand Down

0 comments on commit 74ad40b

Please sign in to comment.