mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
stub out autofill ciphers listing page
This commit is contained in:
@@ -180,6 +180,10 @@ namespace Bit.App
|
||||
{
|
||||
Current.MainPage = new NavigationPage(new AddEditPage(appOptions: _appOptions));
|
||||
}
|
||||
else if(_appOptions.Uri != null)
|
||||
{
|
||||
Current.MainPage = new NavigationPage(new AutofillCiphersPage(_appOptions));
|
||||
}
|
||||
else
|
||||
{
|
||||
Current.MainPage = new TabsPage();
|
||||
|
||||
Reference in New Issue
Block a user