mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-16 18:24:36 +00:00
Continue security update
This commit is contained in:
@@ -166,7 +166,8 @@ public class SystemControl extends AuthFramework {
|
||||
if(theInfo.getExecGarden() != null)
|
||||
bridgeSettings.getBridgeSecurity().setExecGarden(theInfo.getExecGarden());
|
||||
bridgeSettings.getBridgeSecurity().setUseLinkButton(theInfo.isUseLinkButton());
|
||||
return null;
|
||||
bridgeSettings.getBridgeSecurity().setSecureHueApi(theInfo.isSeucreHueApi());
|
||||
return bridgeSettings.getBridgeSecurity().getSecurityInfo();
|
||||
}, new JsonTransformer());
|
||||
|
||||
// http://ip_address:port/system/login CORS request
|
||||
|
||||
Reference in New Issue
Block a user