(js) Improve CAS handling

This commit is contained in:
Francis Lachapelle
2019-01-24 14:44:25 -05:00
parent 1a56549ea5
commit 35650227cf

View File

@@ -322,9 +322,9 @@
var $http = $injector.get('$http');
$http(rejection.config).then(deferred.resolve, deferred.reject);
iframe.remove();
$window.attempted = true;
});
document.body.appendChild(iframe[0]);
$window.attempted = true;
return deferred.promise;
}
}