diff --git a/web/app/components/root/root.jsx b/web/app/components/root/root.jsx index 51703d27..b9d3ff47 100644 --- a/web/app/components/root/root.jsx +++ b/web/app/components/root/root.jsx @@ -142,7 +142,8 @@ export default class Root extends Component { const newWindow = window.open( `${BASE_URL}/auth/${provider}/login?from=${encodeURIComponent( location.origin + location.pathname + '?selfClose' - )}&site=${siteId}` + )}&site=${siteId}`, + '_blank' ); let secondsPass = 0;