[master]: fix type for checkLoginIframeInterval
This commit is contained in:
parent
019c3c9ef9
commit
8495a7c05a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ declare namespace Keycloak {
|
||||||
* Set the interval to check login state (in seconds).
|
* Set the interval to check login state (in seconds).
|
||||||
* @default 5
|
* @default 5
|
||||||
*/
|
*/
|
||||||
checkLoginIframeInterval?: boolean;
|
checkLoginIframeInterval?: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the OpenID Connect response mode to send to Keycloak upon login.
|
* Set the OpenID Connect response mode to send to Keycloak upon login.
|
||||||
|
|
Loading…
Reference in a new issue