Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
openid.md: fix a typo in the facebook example
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Oct 6, 2022
1 parent 7b7478e commit a09a7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a09a7d4

Please sign in to comment.