Skip to content

Commit

Permalink
Check In and Check out changes
Browse files Browse the repository at this point in the history
  • Loading branch information
udaysingh236 committed Sep 10, 2023
1 parent 19633ef commit b5ba9c3
Show file tree
Hide file tree
Showing 10 changed files with 845 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ app.use((error: Errback, req: Request, res: Response, next: NextFunction) => {
if (error) {
logger.fatal(`Error middleware triggered, error was ${error}`);
res.clearCookie('kutir-session');
res.redirect('/v1/auth/github');
res.redirect('/login');
} else {
next();
}
Expand Down
Loading

0 comments on commit b5ba9c3

Please sign in to comment.