fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 875043b86e - Show all commits

View file

@ -370,7 +370,7 @@ export class AdminDialog extends IGBDialog {
min.instance.botEndpoint,
min.instance.botId,
'/token'
)}&state=${state}&response_mode=query`;
)}&scope=https://graph.microsoft.com/.default&state=${state}&response_mode=query`;
await min.conversationalService.sendText(min, step, Messages[locale].consent(url));

View file

@ -140,8 +140,6 @@ export class GBMinService {
GBServer.globals.server.use('/', express.static(url));
}
// Servers the bot information object via HTTP so clients can get
// instance information stored on server.