mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-30882 - Checking why is ok locally but fails on CI
This commit is contained in:
@@ -258,7 +258,7 @@ export class AxiosHttpClient implements HttpClient {
|
||||
|
||||
try {
|
||||
document.cookie = `CSRF-TOKEN=${token};path=/`;
|
||||
} catch (err) {
|
||||
} catch {
|
||||
/* continue regardless of error */
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user