Skip to content

Commit ada4c42

Browse files
authored
Update client.js.twig
1 parent a7a47db commit ada4c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/client.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ class Client {
154154

155155
let cookies = response.headers.getSetCookie();
156156
if (cookies && cookies.length > 0) {
157-
let cookieString = globalConfig.getCookie();
157+
let cookieString = "";
158158
cookies.forEach((cookie) => {
159159
cookieString += cookie.split(";")[0] + ";";
160160
});

0 commit comments

Comments
 (0)