This commit is contained in:
clementine.desrucques
2021-10-21 16:35:09 +02:00
parent a9dec9bae4
commit cd2d0e634f
3 changed files with 111 additions and 70 deletions

View File

@@ -22,9 +22,4 @@
Affichage du message contenu dans l'objet controlForm de type AuthentifForm -->
<p>${controlForm.getResultat()}</p>
<br />
<c:when test="${controlForm.getResultat()=='Chef'}">
<c:redirect url="ChefCaserne"></c:redirect>
</c:when>
<c:when test="${controlForm.getResultat()=='Pompier'}">
<c:redirect url="Pompier"></c:redirect>
</c:when>