Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Nov 7, 2023
1 parent add0f1e commit a54a8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/oauth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const oauthProviders = Router()
*/
.use((req, res, next) => {
res.locals.grant = {dynamic: {
origin: `${req.protocol}://${req.headers.host}${ENV.AUTH_API_PREFIX}`},
origin: `${req.protocol}://${req.headers.host}`},
};
next();

Expand Down

0 comments on commit a54a8e2

Please sign in to comment.