Skip to content

Commit

Permalink
Add segments to groups io requests (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrrikkotua authored Sep 5, 2023
1 parent 09d9918 commit f44aa97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/modules/integration/integration-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ export class IntegrationService {
email,
token,
groupNames,
...getSegments(),
},
);

Expand All @@ -392,6 +393,7 @@ export class IntegrationService {
email,
password,
twoFactorCode,
...getSegments(),
},
);

Expand All @@ -406,6 +408,7 @@ export class IntegrationService {
{
groupName,
cookie,
...getSegments(),
},
);

Expand Down

0 comments on commit f44aa97

Please sign in to comment.