From b5681f456671967eed1f305fc30a1918dee73479 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 29 Jun 2023 15:28:31 +0200 Subject: [PATCH] Update docs/settings.md Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings.md b/docs/settings.md index a3d909f6..f3e1abae 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -90,7 +90,7 @@ Eg.: `USER_AUTOCOMPLETE_FIELDS = ["^username", "email"]` #### USER_DISPLAY_NAME Advanced setting for controling which user fields will be used for displaying -they name on the application, depending on which fields you collect with your +their name on the application, depending on which fields you collect with your OAuth configuration. For example: `USER_DISPLAY_NAME = "{username}"`