#1733 Patron yarısı - expense showing data (rapor gösterilmesi)

This commit is contained in:
Diatrex 2020-06-29 18:27:01 +03:00
parent 7bae9e271f
commit 9ea95b70b0

View File

@ -41,7 +41,7 @@ class ValidateCredentials
$response = null;
}
//Is email/username or phone number
//Is email or phone number
if (!filter_var($credentials['email'], FILTER_VALIDATE_EMAIL)) {
$possiblePhone = $credentials['email'];
if (substr($credentials['email'], 0, 1) == 0) {