Applied manual JWT check and restored all driver fields682

This commit is contained in:
Hamza-Ayed
2026-04-25 14:53:01 +03:00
parent a724680755
commit da590e7fc0

View File

@@ -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'
] ]
); );
} }