Open cosmonoid opened 4 years ago
In Flow 6 an error is thrown if submitting the registration form: Notice: Undefined property: Sandstorm\UserManagement\Domain\Validator\RegistrationFlowValidator::$result
This can be fixed by replacing $this->result with $this->getResult()
In Flow 6 an error is thrown if submitting the registration form: Notice: Undefined property: Sandstorm\UserManagement\Domain\Validator\RegistrationFlowValidator::$result
This can be fixed by replacing $this->result with $this->getResult()