btcpayserver/BTCPayServer/Views/UILNURLAuth/_ViewStart.cshtml

7 lines
157 B
Text
Raw Normal View History

2021-11-11 13:03:08 +01:00
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewBag.MainTitle = "Manage your account";
ViewData["NavPartialName"] = "../UIManage/_Nav";
}