Skip to content

Commit e51918e

Browse files
committed
Copied updated App.js from 02 project
1 parent e99d706 commit e51918e

File tree

1 file changed

+2
-3
lines changed
  • demos/03-add-msgraph/graph-tutorial/src

1 file changed

+2
-3
lines changed

demos/03-add-msgraph/graph-tutorial/src/App.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class App extends Component {
1616

1717
this.userAgentApplication = new UserAgentApplication({
1818
auth: {
19-
clientId: config.appId,
20-
redirectUri: "http://localhost:3000",
19+
clientId: config.appId
2120
},
2221
cache: {
2322
cacheLocation: "localStorage",
@@ -83,7 +82,7 @@ class App extends Component {
8382
await this.userAgentApplication.loginPopup(
8483
{
8584
scopes: config.scopes,
86-
prompt: "select_account",
85+
prompt: "select_account"
8786
});
8887
await this.getUserProfile();
8988
}

0 commit comments

Comments
 (0)