first steps to removing iframe

This commit is contained in:
igoradamenko
2018-11-12 22:18:31 +02:00
parent 69167d0c95
commit 586b2d3df3
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -121,8 +121,7 @@ export default class Root extends Component {
`${BASE_URL}/auth/${provider}/login?from=${encodeURIComponent(
location.origin + location.pathname + '?selfClose'
)}&site=${siteId}`,
'_blank',
'height=300,width=300'
'_blank'
);
let secondsPass = 0;