We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63e800 commit e523beeCopy full SHA for e523bee
server/routes/auth-onboarding.js
@@ -19,7 +19,7 @@ async function authPlugin(fastify) {
19
issuerConfiguration.authorizationEndpoint,
20
);
21
22
- reply.redirect(redirectUri);
+ return reply.redirect(redirectUri);
23
});
24
25
fastify.get('/auth/onboarding/callback', async (req, reply) => {
0 commit comments