1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-29 06:33:53 +00:00

clear cache flag on disk

This commit is contained in:
Kyle Spearrin
2018-06-08 09:13:42 -04:00
parent b5277e89d5
commit a607a7f3ef
4 changed files with 28 additions and 1 deletions

View File

@@ -17,5 +17,6 @@ namespace Bit.App.Abstractions
string ApiUrl { get; set; }
string IdentityUrl { get; set; }
string IconsUrl { get; set; }
bool ClearCiphersCache { get; set; }
}
}