Skip to content

Commit 3dddca6

Browse files
authored
Update request.ts
1 parent befe766 commit 3dddca6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/shared/request.ts

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export async function Request<T>(url: string, options?: RequestOptions): Promise
3333
const reqOptions: RequestInit = {
3434
method: 'GET',
3535
cache: 'no-store',
36-
credentials: 'omit',
3736
}
3837
const headers = new Headers()
3938

0 commit comments

Comments
 (0)