Change password page

This commit is contained in:
Dimitar Byalkov
2023-05-14 14:01:50 +02:00
parent 1adaef73e7
commit 045b385da2
7 changed files with 96 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
using Logic;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Models;
@@ -6,6 +7,7 @@ using System.Security.Claims;
namespace WebApp.Pages
{
[Authorize]
public class DeleteAnnouncementModel : PageModel
{
[BindProperty]