1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

remove my vault as default page options

This commit is contained in:
Kyle Spearrin
2017-12-20 00:11:15 -05:00
parent b6a4efa7ba
commit a4a93f0999
11 changed files with 7 additions and 87 deletions

View File

@@ -4,7 +4,7 @@ namespace Bit.App.Models
{
public class AppOptions
{
public bool MyVault { get; set; }
public bool MyVaultTile { get; set; }
public bool FromAutofillFramework { get; set; }
public CipherType? FillType { get; set; }
public string Uri { get; set; }