@microsoft/teamsfx 2.2.3-alpha.2f75fb932.0 → 2.2.3-alpha.3770ad79d.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3628,8 +3628,7 @@ class DefaultBotSsoExecutionActivityHandler extends botbuilder.TeamsActivityHand
3628
3628
  timeout: (_h = (_g = ssoConfig.dialog) === null || _g === void 0 ? void 0 : _g.ssoPromptConfig) === null || _h === void 0 ? void 0 : _h.timeout,
3629
3629
  endOnInvalidMessage: (_k = (_j = ssoConfig.dialog) === null || _j === void 0 ? void 0 : _j.ssoPromptConfig) === null || _k === void 0 ? void 0 : _k.endOnInvalidMessage,
3630
3630
  };
3631
- const teamsfx = new TeamsFx(exports.IdentityType.User, Object.assign({}, customConfig));
3632
- this.ssoExecutionDialog = new BotSsoExecutionDialog(dedupStorage, settings, teamsfx);
3631
+ this.ssoExecutionDialog = new BotSsoExecutionDialog(dedupStorage, settings, customConfig, customConfig.initiateLoginEndpoint);
3633
3632
  this.conversationState = conversationState;
3634
3633
  this.dialogState = conversationState.createProperty("DialogState");
3635
3634
  this.userState = userState;