diff --git a/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml b/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml index daa357a..5c0cb77 100644 --- a/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml +++ b/src/WorkFlowCheck.MAUI/Pages/Security/LoginPage.xaml @@ -13,6 +13,7 @@ HasError="{Binding PasswordHasError}" LabelText="Password" HelpText="*Required" + Keyboard="Numeric" ErrorText="The password should contain more than 5 characters, have at least one uppercase and one lowercase letter, and one number." PlaceholderText="Enter password"/>