Skip to content

Commit 57049e5

Browse files
committed
chore: useAuthStore 주석 추가
1 parent 8820e2c commit 57049e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store/useAuthStore.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const useAuthStore = create(
1717
login: async (code: string) => {
1818
try {
1919
const res = await instance.get(
20-
`/api/kakao/login?code=${code}` +
21-
"&redirectUrl=https://localhost:5173/kakao-login"
20+
`/api/kakao/login?code=${code}`
21+
// + "&redirectUrl=https://localhost:5173/kakao-login"
2222
);
2323
set({
2424
isLoggedIn: true,

0 commit comments

Comments
 (0)