Change password page
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user