Skip to content

Commit e523bee

Browse files
Update server/routes/auth-onboarding.js
Co-authored-by: Copilot <[email protected]>
1 parent f63e800 commit e523bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/routes/auth-onboarding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function authPlugin(fastify) {
1919
issuerConfiguration.authorizationEndpoint,
2020
);
2121

22-
reply.redirect(redirectUri);
22+
return reply.redirect(redirectUri);
2323
});
2424

2525
fastify.get('/auth/onboarding/callback', async (req, reply) => {

0 commit comments

Comments
 (0)