1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 09:43:27 +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,6 @@ namespace Bit.App.Abstractions
{
public interface IAppSettingsService
{
bool DefaultPageVault { get; set; }
bool Locked { get; set; }
DateTime LastActivity { get; set; }
DateTime LastCacheClear { get; set; }