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
viraterletska committed Apr 25, 2024
1 parent c8fec77 commit ed10889
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 ed10889

Please sign in to comment.