mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Rename endSessionEndpoint flag to skipEndSessionEndpoint (#793)
This commit is contained in:
parent
42966170a8
commit
0fc3f80ff0
@ -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,
|
||||
})!;
|
||||
|
Loading…
Reference in New Issue
Block a user