Skip to content

Commit

Permalink
Update card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 authored Apr 9, 2024
1 parent b3af757 commit b5869eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ async function main() {
await getActivities()
}

const clientId = '111687';
const longNumber = '7e417fc36b963fbce56903215cce12a0b5fdba70';

// Redirect the user to the Strava authorization page
function authenticate() {
console.log('Starting Auth Sequence')
Expand Down Expand Up @@ -324,4 +321,4 @@ function colorChanged() {
for (let i = 0; i < children.length; i++) {
children[i].style.color = textColor;
}
};
};

0 comments on commit b5869eb

Please sign in to comment.