[master]: fix type for checkLoginIframeInterval

This commit is contained in:
o.pakers 2018-01-26 11:24:48 +02:00 committed by Stian Thorgersen
parent 019c3c9ef9
commit 8495a7c05a

View file

@ -78,7 +78,7 @@ declare namespace Keycloak {
* Set the interval to check login state (in seconds).
* @default 5
*/
checkLoginIframeInterval?: boolean;
checkLoginIframeInterval?: number;
/**
* Set the OpenID Connect response mode to send to Keycloak upon login.