Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Feb 6, 2024
1 parent 4a16cc3 commit 261d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ <h5>Disclaimer</h5>
const url = currentConfig[0].credentials.url || ''
const key = currentConfig[0].credentials.consumerKey || ''
const secret = currentConfig[0].credentials.consumerSecret || ''
document.getElementById('inputConsumerUrl').value = url
document.getElementById('inputConsumerUrl').value = url || document.getElementById('copyMe').value
document.getElementById('inputConsumerKey').value = key
document.getElementById('inputConsumerSecret').value = secret
if (key && secret) {
Expand Down

0 comments on commit 261d6cd

Please sign in to comment.