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

View File

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