mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 14:13:25 +00:00
set generator page from tile if locked
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Bit.App.Pages
|
||||
return;
|
||||
}
|
||||
}
|
||||
Application.Current.MainPage = new TabsPage();
|
||||
Application.Current.MainPage = new TabsPage(_appOptions);
|
||||
};
|
||||
MasterPasswordEntry = _masterPassword;
|
||||
PinEntry = _pin;
|
||||
|
||||
Reference in New Issue
Block a user