Merge pull request #108 from WDI-Ideas/sayli

Sayli
This commit is contained in:
Sayli Raut
2024-06-07 15:37:59 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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',
];

View File

@@ -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);