Skip to content

Commit

Permalink
Merge pull request #256 from SOPT-all/fix/#255/redirect-url-fix
Browse files Browse the repository at this point in the history
[HOTFIX] redirect url ์ˆ˜์ •
  • Loading branch information
rtttr1 authored Jan 23, 2025
2 parents 8f25588 + 48cb022 commit 56ee47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const LoginCallback = () => {
const { mutate: login } = useLoginMutation();

useEffect(() => {
if (code) login({ redirectUrl: 'http://localhost:5173/auth', code });
if (code) login({ redirectUrl: 'https://www.da-sh.kr/auth', code });
}, [code]);

// ์ž ์‹œ ์ธ๊ฐ€ ์ฝ”๋“œ๋งŒ ์ถ”์ถœํ•ด์„œ api๋ฅผ ๋ณด๋‚ด๋Š” ํŽ˜์ด์ง€์ด๊ธฐ ๋•Œ๋ฌธ์— null ๊ฐ’ ๋ฐ˜ํ™˜
Expand Down

0 comments on commit 56ee47c

Please sign in to comment.