Skip to content

Commit c540926

Browse files
authored
Merge pull request #250 from DguFarmSystem/fix/#247
fix: 경로 변경
2 parents f60880b + 7ff3947 commit c540926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/farminglog/src/pages/auth/components/StepStart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default function StepStart() {
1515
// 인앱 브라우저일 경우 외부 브라우저로 강제 리디렉션
1616
const redirectToExternalBrowser = (provider: 'KAKAO' | 'GOOGLE') => {
1717
const origin = window.location.origin; // 현재 환경(dev/prod) 자동 반영
18-
const loginUrl = `${origin}/login?type=${provider}`;
18+
const loginUrl = `${origin}/?type=${provider}`;
1919

2020
if (isKakaoInApp()) {
2121
if (isAndroid()) {

0 commit comments

Comments
 (0)