Skip to content

Commit

Permalink
Entries now are passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
luismts committed Sep 11, 2021
1 parent 5f6611d commit eac4215
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<Entry
x:Name="passEntry"
IsPassword="True"
Placeholder="Password"
Text="{Binding Password.Value, Mode=TwoWay}">
<Entry.Behaviors>
Expand All @@ -24,6 +25,7 @@

<Entry
x:Name="confirmEntry"
IsPassword="True"
Placeholder="Confirm password"
Text="{Binding ConfirmPassword.Value, Mode=TwoWay}">
<Entry.Behaviors>
Expand Down

0 comments on commit eac4215

Please sign in to comment.