fix otp issue and removed text from otp page
This commit is contained in:
@@ -33,7 +33,7 @@ class AdminLoginController extends Controller
|
||||
|
||||
if (Hash::check($password, $userPassword)) {
|
||||
session()->put('email', $email);
|
||||
// $this->otpMail($email);
|
||||
$this->otpMail($email);
|
||||
return response()->json(['status' => 200, 'message' => 'OTP has been send on your mail!']);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user