1
0
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:
Kyle Spearrin
2019-05-17 13:14:26 -04:00
parent d53bfae529
commit 3e633dc38e
7 changed files with 262 additions and 3 deletions

View File

@@ -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();