← Back to Social Login Support
slav
I'm getting this error, with facebook, haven't tested with the others yet.
We're sorry, but an unhandled error occurred. Please see the details below.
The email field is required. /vendor/october/rain/src/Database/Traits/Validation.php line 232
if ($this->methodExists('afterValidate')) {
$this->afterValidate();
}
if (!$success && $throwOnValidation) {
throw new ModelException($this); // line 232
}
return $success;
Any idea?
Last updated
Flynsarmy
I can't replicate. If you've found a replicatable bug, this plugin is open source. Please send a PR and I'll merge.
jprevot
Hi, i have same error The email field is required.
if ($this->methodExists('afterValidate')) {
$this->afterValidate();
}
if (!$success && $throwOnValidation) {
throw new ModelException($this);
}
return $success;
}
1-5 of 5