16 lines
444 B
HTML
16 lines
444 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Hello,</p>
|
|
<p>Click on the button below to confirm your new email address.</p>
|
|
<p>
|
|
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-email-change/{{.token}}" target="_blank" rel="noopener">Confirm new email</a>
|
|
</p>
|
|
<p><i>If you didn't ask to change your email address, you can ignore this email.</i></p>
|
|
<p>
|
|
Thanks,<br/>
|
|
{{.appName}} team
|
|
</p>
|
|
</body>
|
|
</html>
|