otp timer change
This commit is contained in:
@@ -1028,7 +1028,7 @@ class AuthController extends Controller
|
||||
// 'otp' => $otp
|
||||
// ]);
|
||||
$insertOtp = User::where('contact_number', $contactNumber)->update([
|
||||
'expire_at' => Carbon::now()->addMinutes('5'),
|
||||
'expire_at' => Carbon::now()->addMinutes('2'),
|
||||
'otp' => $otp
|
||||
]);
|
||||
if (!$insertOtp) {
|
||||
|
||||
Reference in New Issue
Block a user