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

@@ -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)