Fix login #5

Merged
piair merged 2 commits from :augustin64-fix-login into master 2023-10-09 18:50:26 +02:00
Showing only changes of commit ccacad3c0c - Show all commits

View File

@ -7,7 +7,7 @@
<table> <table>
<tr> <tr>
<td class="comlumn-name">password</td> <td class="comlumn-name">password</td>
<td><input type="text" name="password"></td> <td><input type="password" name="password"></td>
</tr> </tr>
<tr> <tr>
<td></td> <td></td>