@@ -31,7 +31,7 @@ return [
|
||||
'date_check' => 'Date must be greater than today date',
|
||||
'redeem_voucher' => 'Voucher redeemed successfully.',
|
||||
'sent_mail' => 'Mail sent successfully',
|
||||
'authentic_success' => 'Authentication successful',
|
||||
'authentic_success' => 'Authentication Successful',
|
||||
'confirmed_password' => 'please confirm your passsword',
|
||||
|
||||
];
|
||||
|
||||
@@ -69,7 +69,7 @@ $(document).on("click", "#forgot_password_btn", function (e) {
|
||||
console.log(response);
|
||||
if (response.status_code == 200) {
|
||||
form.reset();
|
||||
toastr.success('Otp send it your mail id please check');
|
||||
toastr.success('An OTP has been sent to your email address');
|
||||
setTimeout(function() {
|
||||
window.location.href = base_url + "/otp";
|
||||
}, 2000);
|
||||
|
||||
Reference in New Issue
Block a user