mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
fix double hashing vault url
This commit is contained in:
parent
5bda2ef32f
commit
5021b71463
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user