mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 03:03:46 +00:00
load login page after registration
This commit is contained in:
@@ -7,11 +7,12 @@ namespace Bit.App.Pages
|
||||
{
|
||||
private LoginPageViewModel _vm;
|
||||
|
||||
public LoginPage()
|
||||
public LoginPage(string email = null)
|
||||
{
|
||||
InitializeComponent();
|
||||
_vm = BindingContext as LoginPageViewModel;
|
||||
_vm.Page = this;
|
||||
_vm.Email = email;
|
||||
MasterPasswordEntry = _masterPassword;
|
||||
|
||||
_email.ReturnType = ReturnType.Next;
|
||||
|
||||
Reference in New Issue
Block a user