Skip to content

Commit

Permalink
fixed: logout error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
5nxtnxtnxt committed Dec 11, 2023
1 parent 324932a commit d3b8037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Main = () => {
})
.catch(e => {
console.error(e);
logout();
logout;
});
}, []);

Expand Down

0 comments on commit d3b8037

Please sign in to comment.