mirror of
https://github.com/bitwarden/server.git
synced 2025-07-11 21:03:47 -05:00
fix double hashing vault url
This commit is contained in:
@ -5,16 +5,6 @@
|
|||||||
private string _webVaultUrl;
|
private string _webVaultUrl;
|
||||||
|
|
||||||
public string SiteName { get; set; }
|
public string SiteName { get; set; }
|
||||||
public string WebVaultUrl
|
public string WebVaultUrl { get; set; }
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return _webVaultUrl;
|
|
||||||
}
|
|
||||||
set
|
|
||||||
{
|
|
||||||
_webVaultUrl = string.Concat(value, "/#");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user