Skip to content

Commit

Permalink
Rename endSessionEndpoint flag to skipEndSessionEndpoint (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyio authored Dec 17, 2023
1 parent 4296617 commit 0fc3f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/lib/OIDCConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})!;
Expand Down

0 comments on commit 0fc3f80

Please sign in to comment.