Skip to content

Commit

Permalink
update email button urls (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoffer authored May 1, 2024
1 parent 24fac10 commit a2bb936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/controllers/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ app.post("/", validatePost("user"), async (req, res) => {
buttonText: "Verify Email",
buttonUrl: frontendUrl(
req,
`/verify?${qs.stringify({
`/dashboard/verify?${qs.stringify({
email: lowercaseEmail,
emailValidToken,
selectedPlan,
Expand Down

0 comments on commit a2bb936

Please sign in to comment.