mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-29 16:31:31 +00:00
prepare for google verification
This commit is contained in:
parent
5898f6c838
commit
cd3f0e1190
1 changed files with 1 additions and 3 deletions
|
@ -55,7 +55,6 @@
|
|||
<p hidden id="lbry_error" class="error-block">YouTube channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p>
|
||||
|
||||
<h2>Connect with your fans while earning money and rewards</h2>
|
||||
<div class="notice notice-error" style="margin-bottom: 1em; margin-top: 1em;">YouTube sync is temporarily disabled.</div>
|
||||
<form id="youtube_claim" method="post" action="/youtube/token">
|
||||
<p hidden id="sync-status" class="sync-status"></p>
|
||||
|
||||
|
@ -70,14 +69,13 @@
|
|||
<input
|
||||
onClick="return submitDetailsForm()"
|
||||
type="submit"
|
||||
disabled="disabled"
|
||||
value="Claim now"
|
||||
/>
|
||||
</input-submit>
|
||||
|
||||
<br/>
|
||||
|
||||
<checkbox-element style="font-size: 1rem;">
|
||||
<checkbox-element style="font-size: 1rem;" hidden>
|
||||
<input hidden name="type" type="text" value="sync"/>
|
||||
<input id="immediate-sync" name="immediate_sync" type="checkbox" value="true"/>
|
||||
<label for="immediate-sync">I want to sync my content to the LBRY network and agree to <a href="/faq/youtube-terms" target="_blank">these terms</a>. I have also read and understand <a href="/faq/youtube" target="_blank">how the program works</a>.</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue