Fix loginFromGooglePassenger verification constraint
This commit is contained in:
@@ -45,7 +45,7 @@ LEFT JOIN promos
|
||||
ON promos.passengerID = p.id
|
||||
LEFT JOIN tokens t
|
||||
ON t.passengerID = p.id
|
||||
WHERE p.id = :id AND phone_verification_passenger.verified = '1'
|
||||
WHERE p.id = :id
|
||||
LIMIT 1";
|
||||
|
||||
// تنفيذ الاستعلام
|
||||
|
||||
Reference in New Issue
Block a user