Skip to content

Commit d4f5863

Browse files
committed
chore : 연동 체크용 로그 추가
1 parent 5f79f55 commit d4f5863

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/Volunteer/ApplicationHistory.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const ApplicationHistory = ({
2323
status,
2424
volunteerId,
2525
}: ApplicationHistoryProps) => {
26+
console.log(window.setAuthToken);
2627
const location = useLocation();
2728
const initTheme = new URLSearchParams(location.search);
2829
const [userTheme] = React.useState<THEME>(

src/utils/setAuthToken.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export function registerSetAuthToken() {
2020
}
2121

2222
window.location.reload();
23+
console.log('setAuthToken 등록됨!');
2324
return 'SUCCESS';
2425
};
2526
}

0 commit comments

Comments
 (0)