mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
#1733 Patron yarısı - expense showing data (rapor gösterilmesi)
This commit is contained in:
parent
7bae9e271f
commit
9ea95b70b0
@ -41,7 +41,7 @@ class ValidateCredentials
|
|||||||
$response = null;
|
$response = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Is email/username or phone number
|
//Is email or phone number
|
||||||
if (!filter_var($credentials['email'], FILTER_VALIDATE_EMAIL)) {
|
if (!filter_var($credentials['email'], FILTER_VALIDATE_EMAIL)) {
|
||||||
$possiblePhone = $credentials['email'];
|
$possiblePhone = $credentials['email'];
|
||||||
if (substr($credentials['email'], 0, 1) == 0) {
|
if (substr($credentials['email'], 0, 1) == 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user