Skip to content

Commit

Permalink
Fix replay of deprovisioned auditlog events.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablothedude committed Jan 21, 2025
1 parent 8b2c754 commit 0a3d7e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AuditLogEntry implements JsonSerializable
public ?string $secondFactorType = null;

#[ORM\Column(length: 255, nullable: true)]
public ?string $recoveryTokenIdentifier;
public ?string $recoveryTokenIdentifier = null;

#[ORM\Column(length: 36, nullable: true)]
public ?string $recoveryTokenType = null;
Expand Down

0 comments on commit 0a3d7e4

Please sign in to comment.