From 7312300d53af9d1328242121b332aaed19fbcaa0 Mon Sep 17 00:00:00 2001
From: Dan Brown <ssddanbrown@googlemail.com>
Date: Thu, 7 Dec 2023 17:59:48 +0000
Subject: [PATCH] OIDC: Update example env option to reflect correct default

---
 .env.example.complete | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.env.example.complete b/.env.example.complete
index 57d24eb5d..e8520a24c 100644
--- a/.env.example.complete
+++ b/.env.example.complete
@@ -273,7 +273,7 @@ OIDC_USER_TO_GROUPS=false
 OIDC_GROUPS_CLAIM=groups
 OIDC_REMOVE_FROM_GROUPS=false
 OIDC_EXTERNAL_ID_CLAIM=sub
-OIDC_END_SESSION_ENDPOINT=null
+OIDC_END_SESSION_ENDPOINT=false
 
 # Disable default third-party services such as Gravatar and Draw.IO
 # Service-specific options will override this option