mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Update index.html
This commit is contained in:
parent
ae778c19a1
commit
07b4d52432
@ -30,7 +30,28 @@
|
||||
<q-btn unelevated
|
||||
color="deep-purple"
|
||||
:disable="walletName == ''"
|
||||
@click="disclaimerDialog.show = true"
|
||||
@click="createWallet">Add a new wallet</q-btn>
|
||||
|
||||
|
||||
|
||||
|
||||
<q-dialog v-model="disclaimerDialog.show" position="top">
|
||||
<q-card class="q-pa-lg q-pt-xl" style="width: 500px">
|
||||
<p>
|
||||
Login functionality to be released in V0.2, for now make sure you bookmark to save your wallet!<br/>
|
||||
This service is in BETA, and we hold no responsibility for people losing access to funds.<br/>
|
||||
To encourage you to run your own LNbits, any balance on lnbits.com will incur a charge of 1% per week.
|
||||
</p>
|
||||
|
||||
<q-btn unelevated
|
||||
color="deep-purple"
|
||||
@click="createWallet">Proceed</q-btn>
|
||||
</q-card>
|
||||
</q-dialog>
|
||||
|
||||
|
||||
|
||||
</q-form>
|
||||
{% endif %}
|
||||
</q-card-section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user