From 07d808defd735e01e1f381e139b780755dd27a2b Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 28 Apr 2023 13:49:05 +0200 Subject: [PATCH] Update services/web/pkg/config/options.go --- services/web/pkg/config/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/pkg/config/options.go b/services/web/pkg/config/options.go index 4a97fc3f98c..2af6b25ce6a 100644 --- a/services/web/pkg/config/options.go +++ b/services/web/pkg/config/options.go @@ -18,7 +18,7 @@ type Options struct { Upload Upload `json:"upload" yaml:"upload"` Editor Editor `json:"editor" yaml:"editor"` ContextHelpersReadMore bool `json:"contextHelpersReadMore" yaml:"contextHelpersReadMore" env:"WEB_OPTION_CONTEXTHELPERS_READ_MORE" desc:"Specifies whether the 'Read more' link should be displayed or not."` - LogoutURL string `json:"logoutURL" yaml:"logoutURL" env:"WEB_OPTION_LOGOUT_URL" desc:"The logout url"` + LogoutURL string `json:"logoutURL" yaml:"logoutURL" env:"WEB_OPTION_LOGOUT_URL" desc:"Adds a link to the user's profile page to point him to an external page, where he can manage his session and devices. This is helpful when an external IdP is used. This option is disabled by default."` } // AccountEditLink are the AccountEditLink options