Remove stores list (#3300)

This commit is contained in:
d11n
2022-01-14 03:59:27 +01:00
committed by GitHub
parent 223c71ce8b
commit 51db1593d6
7 changed files with 7 additions and 175 deletions

View File

@@ -857,7 +857,7 @@ namespace BTCPayServer.Controllers
if (!stores.Any())
{
TempData[WellKnownTempData.ErrorMessage] = "You need to create at least one store before creating a transaction";
return RedirectToAction(nameof(UserStoresController.ListStores), "UserStores");
return RedirectToAction(nameof(HomeController.Index), "Home");
}
if (model?.StoreId != null)