keycloak-uncached
Changes
examples/cordova/www/index.html 2(+1 -1)
Details
examples/cordova/www/index.html 2(+1 -1)
diff --git a/examples/cordova/www/index.html b/examples/cordova/www/index.html
index 27d7db1..91d9722 100644
--- a/examples/cordova/www/index.html
+++ b/examples/cordova/www/index.html
@@ -33,7 +33,7 @@
         document.addEventListener("deviceready", function() {
             console.debug('Device ready');
 
-            keycloak.init('check-sso');
+            keycloak.init({ onLoad: 'check-sso' });
         }, false);
     </script>
 </head>