From b03d960a7750eb87194b38edf1f1b3fd9ac7391c Mon Sep 17 00:00:00 2001 From: Jade_VAN_BRABANDT Date: Wed, 17 May 2023 19:23:10 +0200 Subject: [PATCH] =?UTF-8?q?fix=20:=20bug=20E=20majeur=20qui=20=C3=A9tait?= =?UTF-8?q?=20juste=20une=20majuscule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/Stim.Model/User.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Stim.Model/User.cs b/Sources/Stim.Model/User.cs index ebbf63d..c8351e9 100644 --- a/Sources/Stim.Model/User.cs +++ b/Sources/Stim.Model/User.cs @@ -26,7 +26,7 @@ namespace Model public string Biographie { - get { return Biographie;} + get { return biographie;} private set { if (value == null || value == "") return;