Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hizclick committed Sep 27, 2023
2 parents 3c94ae7 + 03bc754 commit 47104ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,12 @@ export default createStore({
// }

const clientId = CLIENT_ID;
<<<<<<< HEAD
const redirectUri = CALL_BACK;
const clientSecret = CLIENT_SECRET;
=======
const redirectUri = 'https://cartographer-app.zenmem.de/callback';
>>>>>>> 03bc754534ee4a7789844d1eeaa6d7f095d65f0d
const scope = 'user';


Expand Down

0 comments on commit 47104ca

Please sign in to comment.