Update
This commit is contained in:
@@ -55,7 +55,7 @@ class AuthController extends Controller
|
|||||||
if (filter_var($request->phoneOrEmail, FILTER_VALIDATE_EMAIL)) {
|
if (filter_var($request->phoneOrEmail, FILTER_VALIDATE_EMAIL)) {
|
||||||
// Send Email
|
// Send Email
|
||||||
//send to alarm
|
//send to alarm
|
||||||
if(!$request->phoneOrEmail == 'manager+one@gmail.com' && !$request->phoneOrEmail == 'manager+two@gmail.com')
|
if($request->phoneOrEmail != 'manager+one@gmail.com' && $request->phoneOrEmail != 'manager+two@gmail.com')
|
||||||
{
|
{
|
||||||
$nameTo = 'User';
|
$nameTo = 'User';
|
||||||
$dataEmail = [
|
$dataEmail = [
|
||||||
|
|||||||
Reference in New Issue
Block a user