We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Description Shouldn't the Csrf FormError added when a Csrf token is invalid have a cause?
cause
Check the line here
Example Something like: $form->addError(new FormError($errorMessage, null, null, [], new ConstraintViolation(....)));
$form->addError(new FormError($errorMessage, null, null, [], new ConstraintViolation(....)));