From b2045c24cb3806a139a3f0efef37592359c7a4e5 Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Mon, 14 Feb 2022 16:18:19 +0100 Subject: [PATCH] Add missing yaml tag --- setup/config/config_global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/config/config_global.go b/setup/config/config_global.go index ad69a6d5e..4ef843044 100644 --- a/setup/config/config_global.go +++ b/setup/config/config_global.go @@ -209,7 +209,7 @@ func (c *DNSCacheOptions) Verify(configErrs *ConfigErrors, isMonolith bool) { // messages will be sent to the users. type UserConsentOptions struct { // Randomly generated string to be used to calculate the HMAC - FormSecret string + FormSecret string `yaml:"form_secret"` // Require consent when user registers for the first time RequireAtRegistration bool `yaml:"require_at_registration"` // The name to be shown to the user