2
0
Seiya Tashiro 7 жил өмнө
parent
commit
ed74016f4e

+ 0 - 3
src/server/models/external-account.js

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