Fix "Configure Email Settings warning link not working" (Fix https://github.com/btcpayserver/btcpayserver/issues/906)

This commit is contained in:
nicolas.dorier
2019-07-14 22:54:27 +09:00
parent 010ba4d5b6
commit 8d3cdd39ca
7 changed files with 9 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ namespace BTCPayServer.Controllers
{
NotificationEmailWarning = !await IsEmailConfigured(app.StoreDataId),
Id = appId,
StoreId = app.StoreDataId,
Title = settings.Title,
EnableShoppingCart = settings.EnableShoppingCart,
ShowCustomAmount = settings.ShowCustomAmount,