You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
gsirin
pushed a commit
to gsirin/UserManagement
that referenced
this issue
Oct 8, 2020
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()
The text was updated successfully, but these errors were encountered: