fixed bug on email sent

main
nilo 2025-02-09 19:13:16 -03:00
parent 00f31d92ce
commit 3170c53534
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ func WixTest(c *fiber.Ctx) error {
}
// Finally, send an email
utils.SendTestEmailApproval(email, name, "tkey", "url")
utils.SendTestEmailApproval(email, name, tkey, cnpj+"-01")
}