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 8820e2c commit 57049e5Copy full SHA for 57049e5
src/store/useAuthStore.ts
@@ -17,8 +17,8 @@ const useAuthStore = create(
17
login: async (code: string) => {
18
try {
19
const res = await instance.get(
20
- `/api/kakao/login?code=${code}` +
21
- "&redirectUrl=https://localhost:5173/kakao-login"
+ `/api/kakao/login?code=${code}`
+ // + "&redirectUrl=https://localhost:5173/kakao-login"
22
);
23
set({
24
isLoggedIn: true,
0 commit comments