mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
add hardcoded call for verification email
This commit is contained in:
parent
82b50f7dfd
commit
f5d9d6b850
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
You need to provide an email
|
||||
</p>
|
||||
<p <?php echo ($statusData['has_verified_email']===false && $statusData['email']!=="") ? "" : "hidden"?> class="error-block">
|
||||
You need to verify your email
|
||||
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>
|
||||
</p>
|
||||
|
||||
<fieldset-group>
|
||||
|
|
Loading…
Add table
Reference in a new issue