diff --git a/authentik/policies/types.py b/authentik/policies/types.py index cac13e3c2..093ef9df3 100644 --- a/authentik/policies/types.py +++ b/authentik/policies/types.py @@ -75,6 +75,7 @@ class PolicyResult: self.messages = messages self.source_binding = None self.source_results = [] + self.log_messages = [] def __repr__(self): return self.__str__()