mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
@ -17,10 +17,10 @@ type verificationEmail struct {
|
||||
Version string
|
||||
}
|
||||
|
||||
func sendVerificationEmail(emailAddress, token string) error {
|
||||
func sendVerificationEmail(emailAddress, regToken string) error {
|
||||
emailData := &verificationEmail{
|
||||
EmailAddress: emailAddress,
|
||||
VerifyUrl: cfg.Registration.RegistrationUrlTemplate + "/" + token,
|
||||
VerifyUrl: cfg.Registration.RegistrationUrlTemplate + "/" + regToken,
|
||||
Version: build.String(),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user