@ -24,7 +24,7 @@ public partial class Create : ContentPage
Application.Current.MainPage=newAppShell();
awaitShell.Current.GoToAsync("//MainPage");
}
elseError.Children.Add(newLabel{Text="Mot de passe incorrect",TextColor=Colors.Red,VerticalTextAlignment=TextAlignment.Start});
elseError.Children.Add(newLabel{Text="Mot de passe invalide, votre mot de passe doit contenir une Majuscule, une minuscule, un chiffre et faire au moins 8 caractères",TextColor=Colors.Red,VerticalTextAlignment=TextAlignment.Start});
}
elseError.Children.Add(newLabel{Text="Ce nom d'utilisateur est déjà pris",TextColor=Colors.Red,VerticalTextAlignment=TextAlignment.Start});