fix: keycloak login not check
This commit is contained in:
parent
82c85cfd90
commit
3c64285ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ export async function login(cb?: (...args: unknown[]) => void) {
|
||||||
.init({
|
.init({
|
||||||
onLoad: 'login-required',
|
onLoad: 'login-required',
|
||||||
responseMode: 'query',
|
responseMode: 'query',
|
||||||
checkLoginIframe: false,
|
checkLoginIframe: true,
|
||||||
})
|
})
|
||||||
.catch((e) => console.dir(e))
|
.catch((e) => console.dir(e))
|
||||||
: await keycloak.login().catch((e) => console.dir(e));
|
: await keycloak.login().catch((e) => console.dir(e));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue