@@ -98,9 +98,6 @@ class ExternalAccount {
})
.then(newUser => {
return this.associate(providerType, accountId, newUser);
- })
- .catch(err => {
- throw err;
});