mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
fix(web(js)): handle SAML assertion expiration
This commit is contained in:
@@ -317,8 +317,10 @@
|
||||
response.config.attempt = 1;
|
||||
$http(response.config).then(function(response) {
|
||||
deferred.resolve(response);
|
||||
}, function(response) {
|
||||
deferred.reject(response);
|
||||
});
|
||||
$timeout(iframe.remove, 500);
|
||||
$timeout(iframe.remove, 2000);
|
||||
}, 100); // Wait before replaying the request
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user