UserManagement icon indicating copy to clipboard operation
UserManagement copied to clipboard

Validation throw error

Open cosmonoid opened this issue 5 years ago • 0 comments

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()

cosmonoid avatar Jun 24 '20 09:06 cosmonoid