mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix resend email link
This commit is contained in:
parent
60e3226732
commit
3b4e8662d0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue