Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesfabi committed Feb 22, 2024
1 parent 64d4b2a commit c8566d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Constants = {
// For a list of Microsoft Graph permissions, see https://learn.microsoft.com/en-us/graph/permissions-reference.
// Your application registration will need to be granted these permissions in Azure Active Directory.
msGraphScopes: ['Calendars.Read', 'Mail.Read', 'Mail.Send', 'Tasks.ReadWrite', 'User.Read'],
apiConnectorScopes: ['api://[ENTER THE WE API APPLICATION ID]/.default'],
apiConnectorScopes: ['api://[ENTER THE WEB API APPLICATION ID]/.default'],
},
KEYSTROKE_DEBOUNCE_TIME_MS: 250,
};

0 comments on commit c8566d8

Please sign in to comment.