Van normális bejelenkezési ablak

This commit is contained in:
2025-03-12 10:38:30 +01:00
parent 29e6efc9e0
commit c9ffad0d91
8 changed files with 117 additions and 5 deletions
@@ -1,3 +1,4 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using WorkFlowCheck.Common.DTO;
@@ -5,6 +6,7 @@ using WorkFlowCheck.Web.Services.Interfaces;
namespace WorkFlowCheck.Web.Pages.BaseStock.CheckPoints
{
[Authorize]
public class CheckPointsPageModel : PageModel
{
private readonly ILogger<IndexModel> _logger;