Catch the errors on the notification system. If there is an error when joining, not logout

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-22 18:52:56 -03:00 committed by Matias Alejo Garcia
commit 169c42af85
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,6 @@ angular.module('copayApp.services')
root.onError = function(scope) {
if (scope) scope.loading = false;
root.logout();
}
root.onErrorDigest = function(scope, msg) {