Skip to content

Commit f44aa97

Browse files
authored
Add segments to groups io requests (#1424)
1 parent 09d9918 commit f44aa97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/modules/integration/integration-service.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ export class IntegrationService {
377377
email,
378378
token,
379379
groupNames,
380+
...getSegments(),
380381
},
381382
);
382383

@@ -392,6 +393,7 @@ export class IntegrationService {
392393
email,
393394
password,
394395
twoFactorCode,
396+
...getSegments(),
395397
},
396398
);
397399

@@ -406,6 +408,7 @@ export class IntegrationService {
406408
{
407409
groupName,
408410
cookie,
411+
...getSegments(),
409412
},
410413
);
411414

0 commit comments

Comments
 (0)