Skip to content

Commit

Permalink
fix: email link
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Jun 22, 2024
1 parent ec8a33c commit 502c683
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ class AuthController(
sendEmailUseCase(
Email(
translateUseCase(locale, "auth_register_email_title"),
translateUseCase(locale, "auth_register_email_body", listOf(code.code))
translateUseCase(
locale,
"auth_register_email_body",
listOf("https://extopy.com/auth/register/${code.code}")
)
),
listOf(payload.email)
)
Expand Down

0 comments on commit 502c683

Please sign in to comment.