We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8a967 commit 15900f4Copy full SHA for 15900f4
packages/oidc-client/src/keepSession.ts
@@ -39,7 +39,7 @@ export const tryKeepSessionAsync = async (oidc: Oidc) => {
39
const sessionState = await serviceWorker.getSessionStateAsync();
40
// @ts-ignore
41
await oidc.startCheckSessionAsync(
42
- oidcServerConfiguration.check_session_iframe,
+ oidcServerConfiguration.checkSessionIframe,
43
configuration.client_id,
44
sessionState,
45
);
@@ -78,7 +78,7 @@ export const tryKeepSessionAsync = async (oidc: Oidc) => {
78
const sessionState = await session.getSessionStateAsync();
79
80
81
82
83
84
0 commit comments