Skip to content

Commit bcd357c

Browse files
stanislaw-grinvengrov
authored andcommitted
fix (UserService): popup too small for FB Login (#17)
* fix (UserService): popup too small for FB Login * fix (UserService): popup is not fullscreen for social login
1 parent bf97223 commit bcd357c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/backendless.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,8 +1760,7 @@
17601760
};
17611761
} else {
17621762
container = window.open('', socialType + ' authorization',
1763-
'height=250,width=450,scrollbars=0,toolbar=0,menubar=0,location=0,resizable=0,status=0,titlebar=0',
1764-
false);
1763+
"resizable=yes, scrollbars=yes, titlebar=yes, top=10, left=10");
17651764
loadingMsg = container.document.getElementsByTagName('body')[0].innerHTML;
17661765
loadingMsg = "Loading...";
17671766
container.document.getElementsByTagName('html')[0].style.cursor = 'wait';

0 commit comments

Comments
 (0)