TOTP : improve email and fix small bug

This commit is contained in:
sparkyx 2025-08-05 13:26:39 +02:00
parent 6506882166
commit 5eb7b35bfe
9 changed files with 48 additions and 27 deletions

View file

@ -142,8 +142,8 @@ form {
Rafraichissez la page pour recevoir un nouveau code.
</p>
<FORM method="post" action="login.php" >
<input type="text" placeholder="999999" id="vrf_code" name="vrf_code" autocomplete="off">
<input type="hidden" name="auth" value="to_validate">
<input type="text" placeholder="999999" id="vrf_code" name="vrf_code" autocomplete="off" autofocus>
<input type="hidden" name="auth" value="to_validate" >
<?=$str?>
<input type="hidden" name="backurl" value="<?=$url?>">
<p>