Issue Resolved
Only updating Required request fields now!! I have checked the date_of_birth Issue from my end!! Its fine!! You can check it again I hope it will fine now
This commit is contained in:
parent
ea6d36d776
commit
bc489900a1
|
|
@ -103,7 +103,7 @@ class SessionController extends Controller
|
|||
'password' => 'confirmed|min:6',
|
||||
]);
|
||||
|
||||
$data = request()->all();
|
||||
$data = request()->only('first_name','last_name','gender','date_of_birth','email','password');
|
||||
|
||||
if (! $data['date_of_birth']) {
|
||||
unset($data['date_of_birth']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue