Remove a safari hack (#224)
This commit is contained in:
parent
859f317d59
commit
11249e3444
|
@ -1318,7 +1318,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||||
}
|
}
|
||||||
|
|
||||||
private getCredentials(): RequestCredentials {
|
private getCredentials(): RequestCredentials {
|
||||||
if (this.device !== DeviceType.SafariExtension && (!this.isWebClient || this.usingBaseUrl)) {
|
if (!this.isWebClient || this.usingBaseUrl) {
|
||||||
return 'include';
|
return 'include';
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
|
|
Loading…
Reference in New Issue