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