This commit is contained in:
Дмитрий Шиманский
2023-12-19 17:24:04 +03:00
parent f8ff067789
commit 36d4b07e0e
5 changed files with 39 additions and 17 deletions

View File

@@ -71,5 +71,5 @@ else if (Model.type == "redirects" & isAllowed)
}
else if (isAllowed)
{
<h2 align="center" class="text-white absolute"><a href="/AdminPanel/redirects">Редиректы</a><a href="/AdminPanel/article">Статьи</a></h2>
<h2 align="center" class="text-white absolute"><a href="/AdminPanel/redirects">Редиректы</a><a href="/AdminPanel/article"> Статьи</a></h2>
}

View File

@@ -3,7 +3,6 @@
@using System.Text.Json.Nodes
@{
ViewData["Title"] = "Authorize";
<h4>code - @Model.code</h4>
if (Model.code == null)
{
if (Request.Cookies["melon"]?.ToString() == null)