Skip to content

Commit

Permalink
N21-1273 fixes using wrong error
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Oct 13, 2023
1 parent 5325486 commit 57b1006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ router.get('/login/oauth2-callback', async (req, res) => {
return authHelper.handleLoginError(
req,
res,
error.error,
loginError,
postLoginRedirect,
'oauth2',
oauth2State.systemName,
Expand Down

0 comments on commit 57b1006

Please sign in to comment.