mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
change recaptcha keys
This commit is contained in:
parent
5f99714ca4
commit
86b6b8dafc
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
<div id="captcha-block">
|
<div id="captcha-block">
|
||||||
<p>Click the captcha to continue...</p>
|
<p>Click the captcha to continue...</p>
|
||||||
<br/>
|
<br/>
|
||||||
<div class="g-recaptcha" data-sitekey="6LcG_z0UAAAAAKBPDBhiJU_jI9cRNRiJwcUHq95u" data-callback="verifyCallback" data-expired-callback="expiredCallback"></div>
|
<div class="g-recaptcha" data-sitekey="6LePsJgUAAAAAFTuWOKRLnyoNKhm0HA4C3elrFMG" data-callback="verifyCallback" data-expired-callback="expiredCallback"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display: none; margin-top: 10px;" id="verify">
|
<div style="display: none; margin-top: 10px;" id="verify">
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<div id="captcha-block">
|
<div id="captcha-block">
|
||||||
<p>Click the captcha to continue...</p>
|
<p>Click the captcha to continue...</p>
|
||||||
<br/>
|
<br/>
|
||||||
<div class="g-recaptcha" data-sitekey="6LcG_z0UAAAAAKBPDBhiJU_jI9cRNRiJwcUHq95u" data-callback="verifyCallback" data-expired-callback="expiredCallback"></div>
|
<div class="g-recaptcha" data-sitekey="6LePsJgUAAAAAFTuWOKRLnyoNKhm0HA4C3elrFMG" data-callback="verifyCallback" data-expired-callback="expiredCallback"></div>
|
||||||
</div>
|
</div>
|
||||||
<div style=" display: none; margin-top: 10px;" id="success">
|
<div style=" display: none; margin-top: 10px;" id="success">
|
||||||
<p>Now click the magic link below to verify your identity in app...</p>
|
<p>Now click the magic link below to verify your identity in app...</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue