Merge pull request #167 from WDI-Ideas/sayli

Sayli
This commit is contained in:
Sayli Raut
2024-06-18 15:22:40 +05:30
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -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>Didnt request this code? Please reach out to
contact@cheerstotheseason.com</p>
</div>
</td>
</tr>