Skip to content

Commit b3427c5

Browse files
committed
Removed app check changes
1 parent e471cf7 commit b3427c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/app-check/src/client.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { FirebaseApp } from '@firebase/app';
2525
import { ERROR_FACTORY, AppCheckError } from './errors';
2626
import { Provider } from '@firebase/component';
2727
import { AppCheckTokenInternal } from './types';
28-
import { isCloudWorkstation } from '@firebase/util';
2928

3029
/**
3130
* Response JSON returned from AppCheck server endpoint.
@@ -63,9 +62,6 @@ export async function exchangeToken(
6362
body: JSON.stringify(body),
6463
headers
6564
};
66-
if (isCloudWorkstation(url)) {
67-
options.credentials = 'include';
68-
}
6965
let response;
7066
try {
7167
response = await fetch(url, options);

0 commit comments

Comments
 (0)