diff --git a/authentik/events/models.py b/authentik/events/models.py index 3730aae92..4e7d933c9 100644 --- a/authentik/events/models.py +++ b/authentik/events/models.py @@ -254,7 +254,6 @@ class NotificationTransport(models.Model): } if notification.event: body["attachments"][0]["title"] = notification.event.action - body["attachments"][0]["text"] = notification.event.action try: response = post(self.webhook_url, json=body) response.raise_for_status()