Skip to content

Commit

Permalink
Tested with redis and fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie-Microsoft committed Jan 2, 2025
1 parent a80c7b8 commit 0e582f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const auth = (options: AuthOptions): Router => {
);
}

res.locals.originalUrl = req.originalUrl;
res.locals.originalUrl = `${req.protocol}://${req.get("host")}`;

next();
});
Expand Down

0 comments on commit 0e582f2

Please sign in to comment.