Applied manual JWT check and restored all driver fields682
This commit is contained in:
@@ -115,7 +115,6 @@ class NotificationController extends Controller
|
|||||||
[
|
[
|
||||||
'token' => $request->input('token'),
|
'token' => $request->input('token'),
|
||||||
'fingerPrint' => $request->input('fingerPrint'),
|
'fingerPrint' => $request->input('fingerPrint'),
|
||||||
'status' => 'active'
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
@@ -125,7 +124,6 @@ class NotificationController extends Controller
|
|||||||
[
|
[
|
||||||
'token' => $request->input('token'),
|
'token' => $request->input('token'),
|
||||||
'fingerPrint' => $request->input('fingerPrint'),
|
'fingerPrint' => $request->input('fingerPrint'),
|
||||||
'status' => 'active'
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user