FS-11589 [verto_communicator]: fixing a weird typo and keeps with the old behaviour when calling login with no args

This commit is contained in:
netoguimaraes 2019-01-03 13:10:31 -03:00
parent e4d85ee6aa
commit 6f811ca41f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
}
if(skipPreview == undefined) {
redirect == false;
skipPreview = false;
}
var connectCallback = function(v, connected) {