Remove a safari hack (#224)

This commit is contained in:
Oscar Hinton 2021-02-03 18:02:02 +01:00 committed by GitHub
parent 859f317d59
commit 11249e3444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1318,7 +1318,7 @@ export class ApiService implements ApiServiceAbstraction {
}
private getCredentials(): RequestCredentials {
if (this.device !== DeviceType.SafariExtension && (!this.isWebClient || this.usingBaseUrl)) {
if (!this.isWebClient || this.usingBaseUrl) {
return 'include';
}
return undefined;