Ability to show password when logging in or registering

This commit is contained in:
2024-10-05 16:42:42 +02:00
parent 74c3a611a4
commit bd57db2b8c
6 changed files with 50 additions and 2 deletions

View File

@@ -23,6 +23,10 @@
<br>
<input id="password" type="password">
<br>
<div>
<label class="inline" for="showPassword">Montrer le mot de passe?</label>
<input id="showPassword" type="checkbox">
</div>
<button id="connect">Se connecter</button>
</div>
<p>Tu n'as pas de compte?</p>