vault is default page when searching from autofill

This commit is contained in:
Kyle Spearrin 2017-08-01 22:11:00 -04:00
parent be94c94309
commit 7cca53bcc5
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@ namespace Bit.App.Pages
Children.Add(vaultNavigation);
Children.Add(toolsNavigation);
Children.Add(settingsNavigation);
if(uri != null)
{
SelectedItem = vaultNavigation;
}
}
}
}