mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
chore: Capacité de l'établissement retourné en variable de session /
login sur la home page
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user