1
0

email-confirmation-issues.blade.php 791 B

12345678910111213141516
  1. @extends('site.help.partial.template', ['breadcrumb'=>'Email Confirmation Issues'])
  2. @section('section')
  3. <div class="title">
  4. <h3 class="font-weight-bold">Email Confirmation Issues</h3>
  5. </div>
  6. <hr>
  7. <p>If you have been redirected to this page, it may be due to one of the following reasons:</p>
  8. <ul>
  9. <li>The email confirmation link has already been used.</li>
  10. <li>The email confirmation link may have expired, they are only valid for 24 hours.</li>
  11. <li>You cannot confirm an email for another account while logged in to a different account. Try logging out, or use a different browser to open the email confirmation link.</li>
  12. <li>The account the associated email belongs to may have been deleted, or the account may have changed the email address.</li>
  13. </ul>
  14. @endsection