logout and navbar fixes

This commit is contained in:
2023-12-27 11:21:44 +01:00
parent b6f4d33cc5
commit c1cd056495
2 changed files with 40 additions and 35 deletions
@@ -13,6 +13,7 @@ using Microsoft.Extensions.Logging;
namespace Kemkas.Web.Areas.Identity.Pages.Account
{
[IgnoreAntiforgeryToken(Order = 1001)]
public class LogoutModel : PageModel
{
private readonly SignInManager<ApplicationUser> _signInManager;