@@ -6,9 +6,6 @@ function afficherPageConnexion($loginIncorrect = false) {
ob_start();
if($loginIncorrect){
echo'<p style="color: red">Identifiant / mot de passe incorrect</p>';
}
?>
<divclass="container-fluid">
@@ -19,8 +16,14 @@ function afficherPageConnexion($loginIncorrect = false) {
<!--! Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. -->
<divclass="form-group mb-3"><labelfor="motDePasse"class="form-label text-secondary">mot de passe</label><inputclass="form-control"type="password"id="motDePasse"name="motDePasse"required></div>