mirror of
https://github.com/openvk/openvk
synced 2025-01-09 09:19:43 +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>
|
<span>{_"surname"}: </span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="last_name" required />
|
<input type="text" name="last_name" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue