Skip to content

Commit

Permalink
Merge pull request #108 from TripInfoWeb/dev_auth
Browse files Browse the repository at this point in the history
잘못입력한 코드 수정
  • Loading branch information
ssssksss authored Jul 9, 2024
2 parents 7d2d298 + e944f1b commit 443b370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/auth/AuthKaKaoContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AuthKaKaoContainer = () => {
const kakaoLogin = async () => {
try {
const response = await fetch(
`${process.env.BACKEND_URL}/api/auth/oauth2/login?type=kakao&redirectUrl=${process.env.NEXT_PUBLIC_KAKAO_REDIRECT_URL}
`${process.env.BACKEND_URL}/api/auth/oauth2/login?type=kakao&redirectUrl=${process.env.KAKAO_REDIRECT_URL}
&code=${_queryStringObject?.code}`,
{
method: "GET",
Expand Down

0 comments on commit 443b370

Please sign in to comment.