fix(web(js)): handle SAML assertion expiration

feature/mail-identities
Francis Lachapelle 2020-06-10 14:56:46 -04:00
parent e9dff9cdbf
commit 8692e647bd
1 changed files with 3 additions and 2 deletions

View File

@ -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
}
});