fix: Correction du Establishment context au refresh

This commit is contained in:
Luc SORIGNET
2025-05-01 12:19:07 +02:00
parent 31fdc612b1
commit 43e301ed64
9 changed files with 136 additions and 86 deletions

View File

@ -119,6 +119,6 @@ export function getRedirectUrlFromRole(role) {
case RIGHTS.PARENT:
return FE_PARENTS_HOME_URL;
default:
return null;
return '';
}
}