mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 19:53:50 +00:00
return commands on login page
This commit is contained in:
@@ -13,6 +13,9 @@ namespace Bit.App.Pages
|
||||
_vm = BindingContext as LoginPageViewModel;
|
||||
_vm.Page = this;
|
||||
MasterPasswordEntry = _masterPassword;
|
||||
|
||||
_email.ReturnType = ReturnType.Next;
|
||||
_email.ReturnCommand = new Command(() => _masterPassword.Focus());
|
||||
}
|
||||
|
||||
public Entry MasterPasswordEntry { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user