fix(basic.gblib): update ChatServices.ts #420
2 changed files with 1 additions and 3 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue