diff options
Diffstat (limited to 'sdnr/wt/odlux/apps/demoApp/src/index.html')
-rw-r--r-- | sdnr/wt/odlux/apps/demoApp/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/apps/demoApp/src/index.html b/sdnr/wt/odlux/apps/demoApp/src/index.html index e85bcbb03..521c8902c 100644 --- a/sdnr/wt/odlux/apps/demoApp/src/index.html +++ b/sdnr/wt/odlux/apps/demoApp/src/index.html @@ -17,6 +17,7 @@ // run the application require(["app","demoApp"], function (app, demoApp) { demoApp.register(); + app("./app.tsx").configureApplication({ authentication:"oauth", enablePolicy: true,}); app("./app.tsx"); }); </script> |