Skip to content

Commit

Permalink
refactor: update
Browse files Browse the repository at this point in the history
Revert "refactor: update"

This reverts commit a7cc9e8530b93be288f1d9b4874f4013403b5b09.

update
  • Loading branch information
yukun-dong committed Jul 10, 2023
1 parent ae84c3b commit 08ca20e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot-sso/helpers/ssoDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ export class SSODialog extends ComponentDialog {

async ssoStep(stepContext: any) {
const turnContext = stepContext.context as TurnContext;
const text = this.getActivityText(turnContext.activity);
stepContext.options.commandMessage = text;
stepContext.options.commandMessage = this.getActivityText(turnContext.activity);
return await stepContext.beginDialog(TEAMS_SSO_PROMPT_ID);
}

Expand Down

0 comments on commit 08ca20e

Please sign in to comment.