@model BTCPayServer.Models.AccountViewModels.SetPasswordViewModel @{ ViewData["Title"] = "Reset password"; Layout = "_LayoutSimple"; } @section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }
BTCPay Server

Welcome to your BTCPay Server

@if (TempData.HasStatusMessage()) { }