Merge pull request #528 from stianst/master
Fix redirect-loop in keycloak.js
This commit is contained in:
commit
83769b3d52
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@
|
|||
var origin = loginIframe.iframeOrigin;
|
||||
loginIframe.iframe.contentWindow.postMessage(msg, origin);
|
||||
} else {
|
||||
promise.setError();
|
||||
promise.setSuccess();
|
||||
}
|
||||
|
||||
return promise.promise;
|
||||
|
|
Loading…
Reference in a new issue