Skip to content

Commit 1b8b7c0

Browse files
fix: Add comment to clarify multitenant mode for MicrosoftAppType in index.ts
1 parent 0345df5 commit 1b8b7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/teams/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import config from "./config";
1919
const credentialsFactory = new ConfigurationServiceClientCredentialFactory({
2020
MicrosoftAppId: config.botId,
2121
MicrosoftAppPassword: config.botPassword,
22-
MicrosoftAppType: "SingleTenant",
22+
MicrosoftAppType: "SingleTenant", // Enable multitenant mode for local development
2323
MicrosoftAppTenantId: config.tenantId
2424
});
2525

0 commit comments

Comments
 (0)