1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00

remove unused field

This commit is contained in:
Kyle Spearrin 2017-09-01 14:25:20 -04:00
parent 7206a9dedf
commit 7088907766

View File

@ -2,8 +2,6 @@
{
public class BaseMailModel
{
private string _webVaultUrl;
public string SiteName { get; set; }
public string WebVaultUrl { get; set; }
}