Skip to content

Commit

Permalink
bug fix when login with invalid credentials its shown now
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289930 authored Apr 25, 2024
2 parents 8e07661 + ed10889 commit 8f53275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatewayservice/gateway-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ app.post('/login', async (req, res) => {
res.json(authResponse.data);
} catch (error) {
console.error(error);
res.status(401).json({error:error});
}
});

Expand Down

0 comments on commit 8f53275

Please sign in to comment.