Security hardening: fixed 13 vulnerabilities, added AI-powered SupportController (Gemini), and stabilized Flutter Complaint logic
This commit is contained in:
@@ -122,7 +122,6 @@ class OtpController extends Controller
|
||||
return $this->success([
|
||||
'message' => 'OTP process initiated',
|
||||
'isRegistered' => !is_null($passenger),
|
||||
'passenger' => $passenger,
|
||||
'expires_at' => $expiration->toIso8601String(),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user