use specific version of email-composer to prevent Identity permisions

This commit is contained in:
Matias Alejo Garcia 2015-09-25 12:19:09 -03:00
commit ce5b154dfe
2 changed files with 1 additions and 2 deletions

View file

@ -101,7 +101,6 @@ angular.module('copayApp.services')
client.initNotifications(function(err) {
if (err) {
$log.error('Could not init notifications err:', err);
root.walletClients[credentials.walletId].started = false;
return;
}
});