fix(auth): scrollbars not appearing in auth window (#1766)
This commit is contained in:
parent
12418dd7f0
commit
817624351f
@ -126,16 +126,7 @@ class Authenticator {
|
|||||||
this.authWindow = window.open(
|
this.authWindow = window.open(
|
||||||
url,
|
url,
|
||||||
'Netlify Authorization',
|
'Netlify Authorization',
|
||||||
'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, ' +
|
`width=${conf.width}, height=${conf.height}, top=${top}, left=${left}`,
|
||||||
('width=' +
|
|
||||||
conf.width +
|
|
||||||
', height=' +
|
|
||||||
conf.height +
|
|
||||||
', top=' +
|
|
||||||
top +
|
|
||||||
', left=' +
|
|
||||||
left +
|
|
||||||
');'),
|
|
||||||
);
|
);
|
||||||
this.authWindow.focus();
|
this.authWindow.focus();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user