We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f79f55 commit d4f5863Copy full SHA for d4f5863
src/components/Volunteer/ApplicationHistory.tsx
@@ -23,6 +23,7 @@ export const ApplicationHistory = ({
23
status,
24
volunteerId,
25
}: ApplicationHistoryProps) => {
26
+ console.log(window.setAuthToken);
27
const location = useLocation();
28
const initTheme = new URLSearchParams(location.search);
29
const [userTheme] = React.useState<THEME>(
src/utils/setAuthToken.ts
@@ -20,6 +20,7 @@ export function registerSetAuthToken() {
20
}
21
22
window.location.reload();
+ console.log('setAuthToken 등록됨!');
return 'SUCCESS';
};
0 commit comments