Catch the errors on the notification system. If there is an error when joining, not logout
This commit is contained in:
parent
2900f25831
commit
169c42af85
2 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,6 @@ angular.module('copayApp.services')
|
|||
|
||||
root.onError = function(scope) {
|
||||
if (scope) scope.loading = false;
|
||||
root.logout();
|
||||
}
|
||||
|
||||
root.onErrorDigest = function(scope, msg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue