Skip to content

Commit

Permalink
Update onedrive_client.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rooey authored May 3, 2019
1 parent d1ee124 commit 75dc0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/onedrive_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let storedAppInfo = null;

let appInfo = {
"clientId": "7bee6942-63fb-4fbd-88d6-00394941de08",
"clientSecret": "wetcQA3[)aosEYTCG6979?]",
"clientSecret": "SECRET GOES HERE",
"redirectUrl": chrome.identity.getRedirectURL(""),
"scopes": "files.readwrite.all offline_access user.read",
"authServiceUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
Expand Down

0 comments on commit 75dc0f3

Please sign in to comment.