openid.md: fix a typo in the facebook example

pull/14087/head
Richard van der Hoff 2022-10-06 09:47:54 +01:00 committed by GitHub
parent 7b7478e8b6
commit a09a7d40e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ Synapse config:
user_mapping_provider:
config:
display_name_template: "{{ user.name }}"
email_template: "{{ '{{ user.email }}' }}"
email_template: "{{ user.email }}"
```
Relevant documents: