Fitbit / developer-bridge

TypeScript implementations of the Fitbit Developer Bridge
https://dev.fitbit.com
20 stars 17 forks source link

update production clientId, fix filename typo #188

Open marktengi opened 2 years ago

marktengi commented 2 years ago

I noticed this was out of date while trying to log in using env vars, so I grabbed the id from a browser-based login. I also noticed that environments was missing the first n in some filenames, so I fixed that too.

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

Hexxeh commented 2 years ago

The client ID is already correct: this project uses a specific one assigned to it not used on any web app. Other changes look good though!