mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-13 02:39:14 -06:00
KEYCLOAK-15595: update keycloak js for KEYCLOAK-15595
while working on cordova+angular+ios the keycloak logout is not working. as the user clicks logout the user can again see the app instead of the inappbrowser page for login. with clearcache=yes in the inappbrowser open the issue appears no more.
This commit is contained in:
committed by
Bruno Oliveira da Silva
parent
f265d1d662
commit
443bd4a1ba
@@ -1496,7 +1496,7 @@
|
||||
var promise = createPromise();
|
||||
|
||||
var logoutUrl = kc.createLogoutUrl(options);
|
||||
var ref = cordovaOpenWindowWrapper(logoutUrl, '_blank', 'location=no,hidden=yes');
|
||||
var ref = cordovaOpenWindowWrapper(logoutUrl, '_blank', 'location=no,hidden=yes,clearcache=yes');
|
||||
|
||||
var error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user