Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 4253ffd

Browse files
Batta32lauren-mills
authored andcommitted
Use of pathToResource property for authenticationResponses (#1939)
1 parent bf53c3b commit 4253ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/typescript/botbuilder-solutions/src/authentication/multiProviderAuthDialog.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export class MultiProviderAuthDialog extends ComponentDialog {
3737

3838
this.responseManager = new ResponseManager(
3939
['en', 'de', 'es', 'fr', 'it', 'zh'],
40-
[new AuthenticationResponses()]);
40+
[AuthenticationResponses]
41+
);
4142

4243
const firstStep: WaterfallStep[] = [
4344
this.firstStep.bind(this)

0 commit comments

Comments
 (0)