From 61ddcf835b90ec45846a3b3cdbe2da5f7a8c7079 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Tue, 18 Jun 2024 15:22:14 +0530 Subject: [PATCH] changes --- app/Services/APIs/CustomerAPIs/AuthServices.php | 2 +- .../frontend/Mail/customer_forgot_password_mail.blade.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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