reset-hex.html: use ResetHex instead of Hex

This commit is contained in:
Adhityaa 2018-06-09 15:23:11 +05:30
parent c794c40392
commit 5f23706003

View File

@ -51,7 +51,7 @@
<tr>
<td valign="top" width="48%" align="center">
<span>
<a href="{{.Origin}}/reset-password?hex={{.Hex}}" style="display:block; padding:15px 25px; background-color:#007aff; color:#ffffff; border-radius:3px; text-decoration:none;">Reset Password</a>
<a href="{{.Origin}}/reset-password?hex={{.ResetHex}}" style="display:block; padding:15px 25px; background-color:#007aff; color:#ffffff; border-radius:3px; text-decoration:none;">Reset Password</a>
</span>
</td>
</tr>