mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-23 14:51:56 -06:00
Add missing yaml tag
This commit is contained in:
parent
097f1d4609
commit
b2045c24cb
|
@ -209,7 +209,7 @@ func (c *DNSCacheOptions) Verify(configErrs *ConfigErrors, isMonolith bool) {
|
||||||
// messages will be sent to the users.
|
// messages will be sent to the users.
|
||||||
type UserConsentOptions struct {
|
type UserConsentOptions struct {
|
||||||
// Randomly generated string to be used to calculate the HMAC
|
// 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
|
// Require consent when user registers for the first time
|
||||||
RequireAtRegistration bool `yaml:"require_at_registration"`
|
RequireAtRegistration bool `yaml:"require_at_registration"`
|
||||||
// The name to be shown to the user
|
// The name to be shown to the user
|
||||||
|
|
Loading…
Reference in a new issue