Skip to content

Commit

Permalink
Merge pull request #156 from Hacksore/develop
Browse files Browse the repository at this point in the history
Fix US auth
  • Loading branch information
Hacksore authored Jul 30, 2021
2 parents 654e6bc + 17866a4 commit 027b2d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bluelinky",
"version": "7.4.0",
"version": "7.4.1",
"description": "An unofficial nodejs API wrapper for Hyundai bluelink",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/constants/america.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const getHyundaiEnvironment = (): AmericaBrandEnvironment => {
brand: 'hyundai',
host,
baseUrl,
clientId: '815c046afaa4471aa578827ad546cc76',
clientSecret: 'GXZveJJAVTehh/OtakM3EQ==',
clientId: 'm66129Bb-em93-SPAHYN-bZ91-am4540zp19920',
clientSecret: 'v558o935-6nne-423i-baa8',
};
};

Expand Down

0 comments on commit 027b2d2

Please sign in to comment.