Skip to content

Commit

Permalink
Update init process
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheberle committed Jun 24, 2024
1 parent afae9f8 commit b36547b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teams-directory/assets/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function initGraphClient(tenantid, clientId) {

// redirect to get account
if (authResult === null) {
authProvider.acquireTokenRedirect({
msalClient.acquireTokenRedirect({
scopes: scopes,
})
}
Expand Down

0 comments on commit b36547b

Please sign in to comment.