diff --git a/app/Services/APIs/CustomerAPIs/AuthServices.php b/app/Services/APIs/CustomerAPIs/AuthServices.php index f00c562..6ceebb1 100644 --- a/app/Services/APIs/CustomerAPIs/AuthServices.php +++ b/app/Services/APIs/CustomerAPIs/AuthServices.php @@ -166,7 +166,7 @@ class AuthServices ], function ($message) use ($user) { $message->to($user->email_address); - $message->subject('Forgot Password Mail Page'); + $message->subject('One-Time Passcode Enclosed'); } ); diff --git a/resources/views/frontend/Mail/customer_forgot_password_mail.blade.php b/resources/views/frontend/Mail/customer_forgot_password_mail.blade.php index a86b7d8..9c49856 100644 --- a/resources/views/frontend/Mail/customer_forgot_password_mail.blade.php +++ b/resources/views/frontend/Mail/customer_forgot_password_mail.blade.php @@ -190,14 +190,16 @@
- One-Time Password (OTP) for verification + One-Time Passcode (OTP) for verification:
{{ 'Dear ' . $user->first_name }}
Your verification code is {{ $otp_code }}.
-The otp is valid for 2 minutes
+This OTP is valid for 10 minutes.
+Didn’t request this code? Please reach out to + contact@cheerstotheseason.com