mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Auth: Do not require a surname upon registration
This commit is contained in:
parent
337ede5db0
commit
0b848e35ee
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue