mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 04:21:05 -05:00
fix double hashing vault url
This commit is contained in:
parent
5bda2ef32f
commit
5021b71463
@ -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, "/#");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user