ajout bouton message erreur de connexion

This commit is contained in:
2024-06-19 14:22:13 +02:00
parent 2b9d7c26f5
commit e7aea25b91
2 changed files with 4 additions and 10 deletions

View File

@@ -15,10 +15,9 @@
<button type="submit">Connexion</button>
</form>
<?php
echo "$error_co";
?>
<?php if(isset($error_msg)): ?>
<div class="error_msg"><?= $error_msg ?></div>
<?php endif; ?>
</div>