mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
pin lock page modifications
This commit is contained in:
@@ -24,8 +24,8 @@ namespace Bit.App.Controls
|
||||
Entry = new ExtendedEntry
|
||||
{
|
||||
Keyboard = Keyboard.Numeric,
|
||||
IsVisible = false,
|
||||
MaxLength = 4
|
||||
MaxLength = 4,
|
||||
Margin = new Thickness(0, int.MaxValue, 0, 0)
|
||||
};
|
||||
Entry.SetBinding<PinPageModel>(Xamarin.Forms.Entry.TextProperty, s => s.PIN);
|
||||
Entry.TextChanged += PinEntry_TextChanged;
|
||||
|
||||
Reference in New Issue
Block a user