diff options
Diffstat (limited to 'sdnr/wt/odlux/framework/src/index.html')
-rw-r--r-- | sdnr/wt/odlux/framework/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/framework/src/index.html b/sdnr/wt/odlux/framework/src/index.html index d51c448a9..5cd2805c1 100644 --- a/sdnr/wt/odlux/framework/src/index.html +++ b/sdnr/wt/odlux/framework/src/index.html @@ -16,6 +16,7 @@ <script> // run the application require(["run"], function (run) { + run.configureApplication({ authentication:"oauth", enablePolicy: true,}); run.runApplication(); }); |