mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 17:31:26 +00:00
add plusgoogle email error
This commit is contained in:
parent
0789a9bcc7
commit
b505f7c8ff
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
<label for="email">Preferred Email</label>
|
||||
<input type="text" id="email" name="new_email" placeholder="bill@gmail.com" value="<?php echo $statusData['email'];?>">
|
||||
<div hidden id="email-error" class="error">Email is invalid or blank</div>
|
||||
<div hidden id="email-google-plus-error" class="error">Are you sure you want to use this email</div>
|
||||
</div>
|
||||
<div class="block full">
|
||||
<input name="sync_consent" id="sync-consent" type="checkbox" <?php if($statusData['status'] == 'queued'): echo "checked"; endif;?> <?php if($statusData['status'] == 'syncing' || $statusData['status'] == 'synced'): echo "disabled "; echo "checked"; endif; ?>>I want to sync my content to the LBRY network and agree to <a href="/faq/youtube-terms">these terms</a>.
|
||||
|
|
Loading…
Add table
Reference in a new issue