commit
c086e0a502
1 changed files with 6 additions and 10 deletions
|
@ -245,16 +245,12 @@ var Keycloak = function (config) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (loginIframe.enable) {
|
if (loginIframe.enable) {
|
||||||
if (loginIframe.enable) {
|
var iframePromise = checkLoginIframe();
|
||||||
var iframePromise = checkLoginIframe();
|
iframePromise.success(function() {
|
||||||
iframePromise.success(function() {
|
exec();
|
||||||
exec();
|
}).error(function() {
|
||||||
}).error(function() {
|
promise.setError();
|
||||||
promise.setError();
|
});
|
||||||
})
|
|
||||||
} else {
|
|
||||||
promise.setSuccess(false);
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
exec();
|
exec();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue