diff --git a/Sources/Stim.Model/User.cs b/Sources/Stim.Model/User.cs
index f82602d..7bd43f6 100644
--- a/Sources/Stim.Model/User.cs
+++ b/Sources/Stim.Model/User.cs
@@ -38,7 +38,7 @@ namespace Model
public string Biographie
{
get => biographie;
- private set
+ set
{
if (string.IsNullOrWhiteSpace(value)) biographie = "Pas de biographie";
else biographie = value;
diff --git a/Sources/Stim/EntryPopup.xaml b/Sources/Stim/EntryPopup.xaml
index 0a88012..dacf7d9 100644
--- a/Sources/Stim/EntryPopup.xaml
+++ b/Sources/Stim/EntryPopup.xaml
@@ -10,5 +10,6 @@
-
+
+
diff --git a/Sources/Stim/ProfilPage.xaml b/Sources/Stim/ProfilPage.xaml
index b28f6dc..51a35ee 100644
--- a/Sources/Stim/ProfilPage.xaml
+++ b/Sources/Stim/ProfilPage.xaml
@@ -12,11 +12,6 @@
-
-
-
-
-