We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbb73f commit 635c044Copy full SHA for 635c044
lib/utils/mapLoginMethodParamsForUrl.ts
@@ -18,7 +18,7 @@ export const mapLoginMethodParamsForUrl = (
18
org_code: options.orgCode,
19
org_name: options.orgName,
20
has_success_page: options.hasSuccessPage?.toString(),
21
- workflow_deployment_id: options.workflowDeploymentId
+ workflow_deployment_id: options.workflowDeploymentId,
22
};
23
24
Object.keys(translate).forEach(
0 commit comments