mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
(js) Improve CAS handling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user