Browse Source

user profile 유지 주석 제거

master
김장현 2 months ago
parent
commit
cdf17322bb
  1. 2
      src/redux/features/account/auth/authThunk.ts

2
src/redux/features/account/auth/authThunk.ts

@ -297,7 +297,7 @@ export const checkToken = createAsyncThunk(
const { data }: { data: boolean } = await axios.get(
'/api/acnt/jwt/valid/token'
);
// thunkAPI.dispatch(checkCookie());
thunkAPI.dispatch(checkCookie());
return data;
} catch (error) {
thunkAPI.dispatch(

Loading…
Cancel
Save