always resolve keycloak.init's promise
This commit is contained in:
parent
1aeec2a83c
commit
bd2f220736
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,8 @@
|
|||
kc.onAuthError && kc.onAuthError();
|
||||
if (initOptions.onLoad) {
|
||||
onLoad();
|
||||
} else {
|
||||
initPromise.setError();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
@ -177,6 +179,8 @@
|
|||
kc.onAuthError && kc.onAuthError();
|
||||
if (initOptions.onLoad) {
|
||||
onLoad();
|
||||
} else {
|
||||
initPromise.setError();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue