mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 02:03:49 +00:00
default to "My Vault" option
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IAppSettingsService
|
||||
{
|
||||
bool DefaultPageVault { get; set; }
|
||||
bool Locked { get; set; }
|
||||
DateTime LastActivity { get; set; }
|
||||
DateTime LastCacheClear { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user