Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Jan 22, 2024
1 parent 02e5402 commit 19ba303
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,8 @@ <h5>Disclaimer</h5>
if (currentConfig[0] && currentConfig[0].credentials) {
const key = currentConfig[0].credentials.consumerKey || ''
const secret = currentConfig[0].credentials.consumerSecret || ''
const port = currentConfig[0].port || ''
document.getElementById('inputConsumerKey').value = key
document.getElementById('inputConsumerSecret').value = secret
document.getElementById('inputPort').value = port
if (key && secret) {
isRelink = true
document.getElementById('unLinkButton').style.display = 'inline-block'
Expand Down

0 comments on commit 19ba303

Please sign in to comment.