fix(front): fix issue with already declared constants on release mode

- ensure not loading twice the same variables, namespace to ensure it in the future
 - end to end tests where successfull, need to check it is not reusing a previous release (in cache from build CI)
 - fix: #377 #378
This commit is contained in:
Edouard Vanbelle
2026-05-19 00:07:55 +02:00
parent 740b73bc8a
commit edbfe2848c
4 changed files with 11 additions and 6 deletions
-1
View File
@@ -1277,4 +1277,3 @@ function redirectToMainApp() {
window.location.href = '/login?error=redirect_failed';
}
}