diff --git a/Oqtane.Server/Pages/Logout.cshtml.cs b/Oqtane.Server/Pages/Logout.cshtml.cs index eaac88f9..40b58fb5 100644 --- a/Oqtane.Server/Pages/Logout.cshtml.cs +++ b/Oqtane.Server/Pages/Logout.cshtml.cs @@ -11,6 +11,7 @@ using Oqtane.Shared; namespace Oqtane.Pages { [Authorize] + [IgnoreAntiforgeryToken] public class LogoutModel : PageModel { private readonly IUserManager _userManager;