Contact Us improvements (#5872)

* Add contact link to sidebar

Closes #5866.

* Obfuscate contact email on public pages

Closes #5870.

* Fix
This commit is contained in:
d11n
2024-03-27 11:19:39 +01:00
committed by GitHub
parent 83028b9b73
commit 0f3f8b6bf9
5 changed files with 39 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ namespace BTCPayServer.Components.MainNav
public CustodianAccountData[] CustodianAccounts { get; set; }
public bool AltcoinsBuild { get; set; }
public int ArchivedAppsCount { get; set; }
public string ContactUrl { get; set; }
}
public class StoreApp