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:
parent
e4d85ee6aa
commit
6f811ca41f
|
@ -83,7 +83,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
if(skipPreview == undefined) {
|
if(skipPreview == undefined) {
|
||||||
redirect == false;
|
skipPreview = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
var connectCallback = function(v, connected) {
|
var connectCallback = function(v, connected) {
|
||||||
|
|
Loading…
Reference in New Issue