We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d9918 commit f44aa97Copy full SHA for f44aa97
frontend/src/modules/integration/integration-service.js
@@ -377,6 +377,7 @@ export class IntegrationService {
377
email,
378
token,
379
groupNames,
380
+ ...getSegments(),
381
},
382
);
383
@@ -392,6 +393,7 @@ export class IntegrationService {
392
393
394
password,
395
twoFactorCode,
396
397
398
399
@@ -406,6 +408,7 @@ export class IntegrationService {
406
408
{
407
409
groupName,
410
cookie,
411
412
413
414
0 commit comments