Skip to content

Commit

Permalink
sprint mission 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jangyonghan committed Aug 23, 2024
1 parent 02b0c2f commit 6db5987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function LoginPage() {
if (accessToken) {
localStorage.setItem("accessToken", accessToken);
console.log("Access Token 로컬스토리지에 저장");
}
} //

setValue(INITIAL_VALUES);
console.log("전송 성공");
Expand Down

0 comments on commit 6db5987

Please sign in to comment.