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