Skip to content

Commit

Permalink
Correct type for 'password'
Browse files Browse the repository at this point in the history
  • Loading branch information
st1cky authored Mar 3, 2024
1 parent 1f7272c commit 6d07d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tado/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = async function (platform) {

// make available for getToken
username = platform.username
password = platform.username
password = platform.password

axios.defaults.baseURL = baseURL

Expand Down

0 comments on commit 6d07d2c

Please sign in to comment.