open login window in new _window_
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user