We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ca0a2 commit c95b086Copy full SHA for c95b086
src/util.js
@@ -493,6 +493,10 @@ _.assignIn(util, {
493
},
494
// set longer timeout as default 3000 could be not enough for identity service response
495
timeout: 15000,
496
+ }).catch(() => {
497
+ // in case of any error happens during getting user by email
498
+ // we treat such users as not found and don't return error
499
+ // as per discussion in issue #334
500
});
501
};
502
// send batch of requests, one batch at one time
0 commit comments