Skip to content

Commit 2128180

Browse files
authored
Merge pull request #517 from HSLdevcom/fix-startup-crash
Fix startup failure when no login
2 parents c3a2fbd + fc38f40 commit 2128180

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/auth/Strategy.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ OICStrategy.prototype.init = function () {
4444
.catch(err => {
4545
console.log('OpenID Connect discovery failed', this.config.issuerHost);
4646
console.error('OIDC error: ', err);
47-
process.abort();
4847
});
4948
};
5049

0 commit comments

Comments
 (0)