Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiochimera committed Jul 13, 2024
1 parent 45f027e commit ffbc4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/lwa_refresh_access_token.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ const fs = require('fs');

console.log("Starting ");

const cid = 'amzn1.application-oa2-client.d359ed2095be4231bab9ce6eaf802129';
const sec = '20ff310bf0f59508c7edc38bc349c55f1a17f0b6732ba3ab1a7daeb2a51fbff5';
const uri = 'https://smart-home.chimera.dynu.com/alexa/oauth';
const cid = 'CID';
const sec = 'SEC';
const uri = 'https://smart-home.XXXXXXX.dynu.com/alexa/oauth';

fs.readFile('alexa-token.json', 'utf8', function (err, data) {
if (err) {
Expand Down

0 comments on commit ffbc4c2

Please sign in to comment.