Skip to content

Commit

Permalink
Merge pull request #260 from SOPT-all/fix/#259/redirect-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 4493ebf + f3a589d commit d837d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login/components/KakaoButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Head from '@/components/Head';
import { IcKakaoKakaobrown28 } from '@/assets/svg';

const KakaoButton = () => {
const redirect_uri = 'http://localhost:5173/auth'; //Redirect URI
const redirect_uri = 'https://www.da-sh.kr/auth'; //Redirect URI

// auth ์š”์ฒญ URL
const kakaoURL = `https://kauth.kakao.com/oauth/authorize?client_id=${import.meta.env.VITE_REST_API_KEY}&redirect_uri=${redirect_uri}&response_type=code`;
Expand Down

0 comments on commit d837d46

Please sign in to comment.