Skip to content

Commit

Permalink
up old stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Sep 21, 2024
1 parent e32f57e commit 1e25080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/src/plugins/oauth2/oauthFixed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function oauth2Debug(app: FastifyInstance, opts: Record<string, string>) {
},
scope: ['profile', 'email'],
callbackUri: (req) =>
`${req.protocol}://${req.hostname}/login/google/callback`,
`${Config.PROTOCOL}://${req.hostname}/login/google/callback`,
});

app.get('/login/google', async function (request, reply) {
Expand Down

0 comments on commit 1e25080

Please sign in to comment.