Rename endSessionEndpoint flag to skipEndSessionEndpoint (#793)

pull/736/merge
jyio 6 months ago committed by GitHub
parent 42966170a8
commit 0fc3f80ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,7 @@ export class OIDCConfig {
defaultValue: 'email', defaultValue: 'email',
}); });
this._skipEndSessionEndpoint = section.flag('endSessionEndpoint').readBool({ this._skipEndSessionEndpoint = section.flag('skipEndSessionEndpoint').readBool({
envVar: 'GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT', envVar: 'GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT',
defaultValue: false, defaultValue: false,
})!; })!;

Loading…
Cancel
Save