Rename endSessionEndpoint flag to skipEndSessionEndpoint (#793)

This commit is contained in:
jyio 2023-12-17 15:10:10 -05:00 committed by GitHub
parent 42966170a8
commit 0fc3f80ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
})!; })!;