Skip to content

Commit

Permalink
Update api.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Invisibox authored Sep 11, 2024
1 parent 656fe8f commit 9bc3505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/api.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
module.exports = {
// The clientId and clientSecret are used to authenticate the user with Microsoft Graph API using OAuth. You would
// not need to change anything here if you can authenticate with your personal Microsoft account with OneDrive International.
clientId: 'f23f9918-14a5-46f1-9f74-13e57273b8f3',
obfuscatedClientSecret: 'U2FsdGVkX1/hHUr0qvtP2dAJuY9MqdXfryBEQW3FkN4AI6MGmoxTOxEANDejnriD/4nJXcg4Lv4sSXI0O5Lf4w==',
clientId: '7044bf28-31aa-41ed-9281-cd38847c9467',
obfuscatedClientSecret: 'U2FsdGVkX1/Ay0FK1HscU6pTMmOMarxc9iLY6qDPOulwfGxyoyVm7LsG6fT131XQDrWTua77SMdvCMc/nKPxxg==',

// The redirectUri is the URL that the user will be redirected to after they have authenticated with Microsoft Graph API.
// Likewise, you would not need to change redirectUri if you are using your personal Microsoft account with OneDrive International.
Expand Down

0 comments on commit 9bc3505

Please sign in to comment.