Skip to content

Commit

Permalink
fix(github): redirect after join org
Browse files Browse the repository at this point in the history
thanks to @onnilinnala for finding this bug :D
  • Loading branch information
ahnl committed Apr 16, 2024
1 parent ab0d290 commit d05092c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ router.get("/authorized", async (req, res) => {
})
)

return res.redirect("https://testausserveri.fi/githubJoined")
return res.redirect("https://github.com/testausserveri")
})

export default router

0 comments on commit d05092c

Please sign in to comment.