mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 05:45:24 +00:00
@@ -330,9 +330,9 @@
|
||||
});
|
||||
}, 500); // Wait before replaying the request
|
||||
}
|
||||
document.body.appendChild(iframe[0]);
|
||||
return deferred.promise;
|
||||
});
|
||||
document.body.appendChild(iframe[0]);
|
||||
return deferred.promise;
|
||||
}
|
||||
else if ($window.usesSAML2Authentication && rejection.status == 401 && !$window.recovered) {
|
||||
angular.element($window).off('beforeunload');
|
||||
|
||||
Reference in New Issue
Block a user