Skip to content

Commit 0119956

Browse files
committed
XIVY-16571 remove auth for REST requests
1 parent 878a036 commit 0119956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/engine/api/engine-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const progressOptions = (title: string) => {
2828
};
2929
};
3030
const headers = { 'X-Requested-By': 'web-ide' };
31-
const options = { headers, auth: { username: 'Developer', password: 'Developer' }, paramsSerializer: { indexes: null } };
31+
const options = { headers, paramsSerializer: { indexes: null } };
3232

3333
export class IvyEngineApi {
3434
private readonly _devContextPath: Promise<string>;

0 commit comments

Comments
 (0)