From ef1fdefef839d66808ab5e79433554026104f936 Mon Sep 17 00:00:00 2001 From: "leo.tuaillon" Date: Sat, 13 May 2023 15:21:24 +0200 Subject: [PATCH] mask password fix in Login, Register, ChangePassword and ForgotPassword Pages (#41) --- Views/ChangePassword.xaml | 9 ++++++--- Views/ForgotPassword.xaml | 6 ++++-- Views/LoginPage.xaml | 3 ++- Views/RegisterPage.xaml | 3 ++- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Views/ChangePassword.xaml b/Views/ChangePassword.xaml index 717ee12..237e203 100644 --- a/Views/ChangePassword.xaml +++ b/Views/ChangePassword.xaml @@ -60,7 +60,8 @@ + Placeholder="Old Password" + IsPassword="True"/> @@ -85,7 +86,8 @@ + Placeholder="New Password" + IsPassword="True"/> @@ -111,7 +113,8 @@ + Placeholder="New Password" + IsPassword="True"/> diff --git a/Views/ForgotPassword.xaml b/Views/ForgotPassword.xaml index 54e050b..6ae1902 100644 --- a/Views/ForgotPassword.xaml +++ b/Views/ForgotPassword.xaml @@ -131,7 +131,8 @@ Style="{StaticResource SecondaryBorderShadow}"> + Placeholder="New password" + IsPassword="True"/>