1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

cipher service encrypt

This commit is contained in:
Kyle Spearrin
2019-04-15 11:46:20 -04:00
parent 4b67ba027e
commit 694e4960ad
3 changed files with 296 additions and 22 deletions

View File

@@ -13,6 +13,6 @@ namespace Bit.Core.Models.View
}
public string Password { get; set; }
public DateTime? LastUsedDate { get; set; }
public DateTime LastUsedDate { get; set; }
}
}