We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3a2fbd + fc38f40 commit 2128180Copy full SHA for 2128180
1 file changed
server/auth/Strategy.js
@@ -44,7 +44,6 @@ OICStrategy.prototype.init = function () {
44
.catch(err => {
45
console.log('OpenID Connect discovery failed', this.config.issuerHost);
46
console.error('OIDC error: ', err);
47
- process.abort();
48
});
49
};
50
0 commit comments