@@ -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');
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
@@ -190,14 +190,16 @@
|
||||
|
||||
<div class="mktEditable" id="cta">
|
||||
<p style="font-weight: 500">
|
||||
One-Time Password (OTP) for verification
|
||||
One-Time Passcode (OTP) for verification:
|
||||
</p>
|
||||
<p style="font-weight: 500">{{ 'Dear ' . $user->first_name }}
|
||||
</p>
|
||||
<p style="line-height: 20px">Your verification code is
|
||||
{{ $otp_code }}.
|
||||
</p>
|
||||
<p>The otp is valid for 2 minutes</p>
|
||||
<p>This OTP is valid for 10 minutes.</p>
|
||||
<p>Didn’t request this code? Please reach out to
|
||||
contact@cheerstotheseason.com</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user