mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-27 00:52:45 +00:00
fix(web(js)): handle SAML assertion expiration
This commit is contained in:
@@ -319,9 +319,10 @@
|
||||
deferred.resolve(response);
|
||||
}, function(response) {
|
||||
deferred.reject(response);
|
||||
}).finally(function() {
|
||||
$timeout(iframe.remove, 1000);
|
||||
});
|
||||
$timeout(iframe.remove, 2000);
|
||||
}, 100); // Wait before replaying the request
|
||||
}, 2000); // Wait before replaying the request
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user