Skip to content

Commit

Permalink
push change to GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
voynow committed Aug 25, 2024
1 parent 6c0ce25 commit cfa2374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h1>TrackFlow 🎯</h1>
event.preventDefault();

const clientId = 95101;
const redirectUri = window.location.href;
const redirectUri = 'https://voynow.github.io/strava/';
const scope = 'read_all,profile:read_all,activity:read_all';
const stravaAuthUrl = `https://www.strava.com/oauth/authorize?client_id=${clientId}&redirect_uri=${redirectUri}&response_type=code&approval_prompt=auto&scope=${scope}`;

Expand Down

0 comments on commit cfa2374

Please sign in to comment.