0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 12:39:00 +02:00

docs: fix typo in saml2_config example (#17594)

This commit is contained in:
meise 2024-08-29 12:39:16 +02:00 committed by GitHub
parent 9eed8cd878
commit a8f29c9913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

1
changelog.d/17594.doc Normal file
View file

@ -0,0 +1 @@
Fixed typo in `saml2_config` config [example](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#saml2_config).

View file

@ -3303,8 +3303,8 @@ saml2_config:
contact_person: contact_person:
- given_name: Bob - given_name: Bob
sur_name: "the Sysadmin" sur_name: "the Sysadmin"
email_address": ["admin@example.com"] email_address: ["admin@example.com"]
contact_type": technical contact_type: technical
saml_session_lifetime: 5m saml_session_lifetime: 5m