openid.md: fix a typo in the facebook example
This commit is contained in:
parent
7b7478e8b6
commit
a09a7d40e3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue