Skip to content

Commit

Permalink
fix : 로그아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seonwoonam committed Dec 6, 2023
1 parent 0caf35f commit cdc6edb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function MainPage() {
if(!userConfirmed) return;

CookieStorageProvider.remove('authToken');
navigate(-1);
navigate('/login');
}

const handleOnClickBuilding = (building : Building) => {
Expand Down

0 comments on commit cdc6edb

Please sign in to comment.