mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 06:28:07 +00:00
Use pair wallet instead of lndconnect
This commit is contained in:
parent
e9334c92a8
commit
ab3401a9e2
|
@ -186,9 +186,9 @@
|
||||||
{% if wallet_exists %}
|
{% if wallet_exists %}
|
||||||
<div class="app_tile_row">
|
<div class="app_tile_row">
|
||||||
<div class="info_tile">
|
<div class="info_tile">
|
||||||
<div class="info_tile_header">LND Connect</div>
|
<div class="info_tile_header">Pair Wallet</div>
|
||||||
<div class="info_tile_contents">
|
<div class="info_tile_contents">
|
||||||
<a class="ui-button ui-widget ui-corner-all mynode_button_small" id="lndconnect" style="width: 70%;" href="#">LND Connect</a>
|
<a class="ui-button ui-widget ui-corner-all mynode_button_small" id="lndconnect" style="width: 70%;" href="#">Pair Wallet</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="info_tile">
|
<div class="info_tile">
|
||||||
|
@ -378,11 +378,11 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="lndconnect-dialog" title="LND Connect Access" style="display:none;">
|
<div id="lndconnect-dialog" title="Pair Wallet" style="display:none;">
|
||||||
<form id="lndconnect_form" name="lndconnect_form" action="/lnd/lndconnect" method="POST">
|
<form id="lndconnect_form" name="lndconnect_form" action="/lnd/lndconnect" method="POST">
|
||||||
<p>LND Connect info will allow access to your Lightning Wallet! Do not share this info with others
|
<p>Pairing a wallet will give another device access to your Lightning Wallet! Do not share this info with others
|
||||||
or they will be able to control your funds.</p>
|
or they will be able to control your funds.</p>
|
||||||
<p>Please enter your password to view your lndconnect codes.</p>
|
<p>Please enter your password to view your pairing information.</p>
|
||||||
<b>Password:</b>
|
<b>Password:</b>
|
||||||
<br/>
|
<br/>
|
||||||
<input type="password" name="password_lndconnect" id="password_lndconnect" value="" class="text ui-widget-content ui-corner-all">
|
<input type="password" name="password_lndconnect" id="password_lndconnect" value="" class="text ui-widget-content ui-corner-all">
|
||||||
|
|
|
@ -19,7 +19,13 @@
|
||||||
<a class="ui-button ui-widget ui-corner-all mynode_back" href="/lnd"><span class="ui-icon ui-icon-transfer-e-w"></span>ln wallet </a>
|
<a class="ui-button ui-widget ui-corner-all mynode_back" href="/lnd"><span class="ui-icon ui-icon-transfer-e-w"></span>ln wallet </a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="main_header">LND Connect</div>
|
<div class="main_header">Pair Wallet</div>
|
||||||
|
|
||||||
|
<div class="main_header_sub_text">
|
||||||
|
Pairing a wallet uses the <a href="https://github.com/LN-Zap/lndconnect" target="_blank">lndconnect</a> format.
|
||||||
|
</div>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<div id="lndconnect_tabs" style="width: 800px;">
|
<div id="lndconnect_tabs" style="width: 800px;">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#tabs-1">gRPC Local IP</a></li>
|
<li><a href="#tabs-1">gRPC Local IP</a></li>
|
||||||
|
|
|
@ -522,11 +522,11 @@
|
||||||
<div id="confirm-dialog"></div>
|
<div id="confirm-dialog"></div>
|
||||||
<div id="info-dialog"></div>
|
<div id="info-dialog"></div>
|
||||||
|
|
||||||
<div id="lndconnect-dialog" title="LND Connect Access" style="display:none;">
|
<div id="lndconnect-dialog" title="Pair Wallet" style="display:none;">
|
||||||
<form id="lndconnect_form" name="lndconnect_form" action="/lnd/lndconnect" method="POST">
|
<form id="lndconnect_form" name="lndconnect_form" action="/lnd/lndconnect" method="POST">
|
||||||
<p>LND Connect info will allow access to your Lightning Wallet! Do not share this info with others
|
<p>Pairing a wallet will give another device access to your Lightning Wallet! Do not share this info with others
|
||||||
or they will be able to control your funds.</p>
|
or they will be able to control your funds.</p>
|
||||||
<p>Please enter your password to view your lndconnect codes.</p>
|
<p>Please enter your password to view your pairing information.</p>
|
||||||
<b>Password:</b>
|
<b>Password:</b>
|
||||||
<br/>
|
<br/>
|
||||||
<input type="password" name="password_lndconnect" id="password_lndconnect" value="" class="text ui-widget-content ui-corner-all">
|
<input type="password" name="password_lndconnect" id="password_lndconnect" value="" class="text ui-widget-content ui-corner-all">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user