Fix spacing link nelle pagine di autenticazione

This commit is contained in:
2026-04-17 11:42:29 +02:00
parent bbffb741a4
commit 31602977b7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@
<?php endif; ?>
<br>
<input type="submit" value="Accedi">
<br><br>
<p>Non hai un account? <a href="register.php">Registrati</a></p>
</form>
</body>
+1
View File
@@ -49,6 +49,7 @@
<label for="confirm_password">Conferma password:</label>
<input type="password" id="confirm_password" name="confirm_password" required><br><br>
<input type="submit" value="Registrati">
<br><br>
<p>Hai già un account? <a href="login.php">Accedi</a></p>
</form>
</body>