Skip to content

Commit

Permalink
로그인 실패 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
4roring committed Nov 22, 2024
1 parent 6407b7c commit 1c1d3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Home = () => {
localStorage.setItem("recentWords", "");
localStorage.setItem("recentSendUser", "");
localStorage.setItem("myID", "");
return;
}
localStorage.setItem("myID", loginId);

Expand Down

0 comments on commit 1c1d3ad

Please sign in to comment.