Fixes for example/cordova
This commit is contained in:
parent
d5476b78ec
commit
2074e1423f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
document.addEventListener("deviceready", function() {
|
||||
console.debug('Device ready');
|
||||
|
||||
keycloak.init('check-sso');
|
||||
keycloak.init({ onLoad: 'check-sso' });
|
||||
}, false);
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue