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 d8027ff commit c2f4577Copy full SHA for c2f4577
pages/place/reservation/create.jsx
@@ -63,8 +63,8 @@ const PlaceReservationCreatePage = ({ placeList }) => {
63
PoPoAxios.get('/auth/verifyToken')
64
.then((res) => setUserInfo(res.data))
65
.catch(() => {
66
- // alert('로그인 후 예약 할 수 있습니다.');
67
- // router.push('/auth/login');
+ alert('로그인 후 예약 할 수 있습니다.');
+ router.push('/auth/login');
68
});
69
}, [router]);
70
0 commit comments