Skip to content

Commit

Permalink
Merge pull request #261 from SOPT-all/develop
Browse files Browse the repository at this point in the history
기획/디자인 QA용 2차 배포
  • Loading branch information
constantly-dev authored Jan 23, 2025
2 parents be2e47d + d837d46 commit 56c448b
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 56c448b

Please sign in to comment.