(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick
2023-12-18 09:28:35 -05:00
6 changed files with 276 additions and 22 deletions

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