fix resend email link

This commit is contained in:
Niko Storni 2020-04-13 21:33:45 +02:00
parent 60e3226732
commit 3b4e8662d0

View file

@ -143,7 +143,7 @@
You need to provide an email You need to provide an email
</p> </p>
<p <?php echo ($statusData['has_verified_email']===false && $statusData['email']!=="") ? "" : "hidden"?> class="error-block"> <p <?php echo ($statusData['has_verified_email']===false && $statusData['email']!=="") ? "" : "hidden"?> class="error-block">
You need to verify your email! <a href="https://lbry.com/yt/resend_verification_email?status_token=<?php echo $token ?>&email=<?php echo $statusData['email'] ?>">Click here to resend a verification email</a> You need to verify your email! <a href="https://api.lbry.com/yt/resend_verification_email?status_token=<?php echo $token ?>&email=<?php echo $statusData['email'] ?>">Click here to resend a verification email</a>
</p> </p>
<fieldset-group> <fieldset-group>