Explorar o código

feat(go): update email template.

Vishal Dalwadi hai 11 meses
pai
achega
8be87ac6a4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pro/email/invite.go

+ 1 - 1
pro/email/invite.go

@@ -53,7 +53,7 @@ func (invite UserInvitedMail) GetBody(info Notification) string {
 			WithHtml(fmt.Sprintf("<li>Your Tenant ID: %s</li>", servercfg.GetNetmakerTenantID()))
 	} else {
 		content = content.
-			WithHtml(fmt.Sprintf("<li>Your Netmaker Domain: %s</li>", servercfg.GetFrontendURL()))
+			WithHtml(fmt.Sprintf("<li>Your Netmaker Domain: %s</li>", fmt.Sprintf("api.%s", servercfg.GetNmBaseDomain())))
 	}
 
 	return content.