[WIP] Refactor account lost - fixes

This commit is contained in:
slawkens
2026-01-01 11:37:12 +01:00
parent e425d597a8
commit 98be661705
4 changed files with 6 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ If you enter right recovery key you will see form to set new e-mail and password
<label for="key">Recovery key:</label>
</td>
<td>
<input type="text" id="key" name="key" value="" size="40">
<input type="text" id="key" name="key" value="{{ key }}" size="40">
</td>
</tr>
</table>