diff --git a/system1-factory/web/index.html b/system1-factory/web/index.html index f468fb2..9a4421d 100644 --- a/system1-factory/web/index.html +++ b/system1-factory/web/index.html @@ -19,7 +19,7 @@ window.location.replace('/pages/dashboard-new.html'); } else { // SSO 로그인 페이지로 리다이렉트 (gateway의 /login) - window.location.replace('/login?redirect=' + encodeURIComponent('/pages/dashboard-new.html')); + window.location.replace('/login?redirect=' + encodeURIComponent(window.location.origin + '/pages/dashboard-new.html')); }