1
0
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:
Kyle Spearrin
2019-05-31 12:02:40 -04:00
parent dd090b0ed9
commit 61be796c76
3 changed files with 8 additions and 1 deletions

View File

@@ -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; }