Skip to content

Commit bbf71bf

Browse files
committed
Revert "fix: withCredentials for AuthDriver.Sanctum"
This reverts commit b09fe82
1 parent b09fe82 commit bbf71bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/httpClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class HttpClient {
2828
url,
2929
method,
3030
params,
31-
withCredentials: Orion.getAuthDriver() === AuthDriver.Sanctum
3231
});
3332

3433
if (method !== HttpMethod.GET) {

0 commit comments

Comments
 (0)