Landing page

This commit is contained in:
Dimitar Byalkov
2023-05-14 14:36:48 +02:00
parent 045b385da2
commit 180b261d37
3 changed files with 28 additions and 17 deletions

View File

@@ -4,7 +4,6 @@ using Microsoft.AspNetCore.Mvc.RazorPages;
namespace WebApp.Pages
{
[Authorize]
public class IndexModel : PageModel
{
private readonly ILogger<IndexModel> _logger;