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