From 261d6cd559ac0456cccd49c91d6258e77f48d68c Mon Sep 17 00:00:00 2001 From: Donavan Becker Date: Tue, 6 Feb 2024 00:06:06 -0600 Subject: [PATCH] Update index.html --- src/homebridge-ui/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homebridge-ui/public/index.html b/src/homebridge-ui/public/index.html index 24261722..4b814a73 100644 --- a/src/homebridge-ui/public/index.html +++ b/src/homebridge-ui/public/index.html @@ -402,7 +402,7 @@
Disclaimer
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) {