Skip to content

Commit

Permalink
chore: redirect url변경2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljh0608 committed Jan 18, 2024
1 parent 486b7a7 commit cd8f99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { KakaoLoginBtnIc as KakaoLoginBtnIcon, LoginIc } from '../../assets/svgs
const Login = () => {
// const REDIRECT_URL = 'http://localhost:5173/redirect-kakao';
//const REDIRECT_URL = 'https://mile-client-git-develop-seojinyoons-projects/redirect-kakao';
const REDIRECT_URL = 'https://milewriting.com/kakao/callback';
// const REDIRECT_URL = 'https://milewriting.com/kakao/callback';
const REDIRECT_URL = 'https://milewriting.com/redirect-kakao';
const KAKAO_URL = `https://kauth.kakao.com/oauth/authorize?client_id=${
import.meta.env.VITE_API_KEY
}&redirect_uri=${REDIRECT_URL}&response_type=code`;
Expand Down

0 comments on commit cd8f99b

Please sign in to comment.