chore: Capacité de l'établissement retourné en variable de session /

login sur la home page
This commit is contained in:
N3WT DE COMPET
2025-05-22 18:47:19 +02:00
parent 3b667d3b15
commit 87b8cf6c05
6 changed files with 54 additions and 32 deletions

View File

@ -62,8 +62,7 @@ export default function FlashNotification({
<p className="text-gray-700">{message}</p>
{type === 'error' && errorCode && (
<div className="mt-2 text-xs text-gray-500">
Code :{' '}
<span className="font-mono font-bold">{errorCode}</span>
Code : <span className="font-mono font-bold">{errorCode}</span>
</div>
)}
</div>