mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-11 16:16:26 +02:00
hotfix
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user