From b1fd6115272f899368bd8f866e104d2858b6a8fc Mon Sep 17 00:00:00 2001 From: sajithar Date: Mon, 14 Dec 2015 10:45:46 +0530 Subject: [PATCH] set 'isAnonymous' in register unit definition --- .../devicemgt/app/pages/iot.page.register/register.json | 1 + 1 file changed, 1 insertion(+) diff --git a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json index 13a1bda7e0..58346ba14a 100644 --- a/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json +++ b/features/device-mgt-iot-feature/org.wso2.carbon.device.mgt.iot.feature/src/main/resources/jaggeryapps/devicemgt/app/pages/iot.page.register/register.json @@ -1,5 +1,6 @@ { "version": "1.0.0", "uri": "/register", + "isAnonymous": true, "layout": "uuf.layout.sign-in" } \ No newline at end of file