Auth: Do not require a surname upon registration

This commit is contained in:
Maxim Leshchenko 2021-12-27 00:11:35 +02:00
parent 337ede5db0
commit 0b848e35ee
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE

View file

@ -39,7 +39,7 @@
<span>{_"surname"}: </span>
</td>
<td>
<input type="text" name="last_name" required />
<input type="text" name="last_name" />
</td>
</tr>
<tr>