File tree Expand file tree Collapse file tree 5 files changed +306
-317
lines changed
Expand file tree Collapse file tree 5 files changed +306
-317
lines changed Original file line number Diff line number Diff line change 3636 "react-aria-components" : " ^1.14.0" ,
3737 "react-day-picker" : " ^9.13.0" ,
3838 "react-dom" : " ^19.1.0" ,
39- "react-hook-form" : " ^7.71.1" ,
4039 "react-intersection-observer" : " ^10.0.2" ,
4140 "react-router" : " ^7.11.0" ,
4241 "sonner" : " ^2.0.7" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ export const GOOGLE_AUTH_URL = `https://accounts.google.com/o/oauth2/v2/auth?cli
77} &redirect_uri=${ REDIRECT_URI_BASE } /google&response_type=code&scope=openid email profile`;
88
99// μΉ΄μΉ΄μ€ μΈμ¦ URL
10- export const KAKAO_AUTH_URL = `https://kauth.kakao.com/oauth/authorize?client_id=${
11- import . meta. env . VITE_KAKAO_CLIENT_ID
12- } &redirect_uri=${ REDIRECT_URI_BASE } /kakao&response_type=code`;
10+ // export const KAKAO_AUTH_URL = `https://kauth.kakao.com/oauth/authorize?client_id=${
11+ // import.meta.env.VITE_KAKAO_CLIENT_ID
12+ // }&redirect_uri=${REDIRECT_URI_BASE}/kakao&response_type=code`;
You canβt perform that action at this time.
0 commit comments