AAE-30882 - Checking why is ok locally but fails on CI

This commit is contained in:
VitoAlbano
2025-09-05 13:44:31 +01:00
committed by Vito Albano
parent 3a3d202b54
commit c5c558d04d
3 changed files with 25 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ export class AxiosHttpClient implements HttpClient {
try {
document.cookie = `CSRF-TOKEN=${token};path=/`;
} catch (err) {
} catch {
/* continue regardless of error */
}
}