fix: Update login page to verify password instead of opening as readonly

This commit is contained in:
2025-01-29 13:59:39 +11:00
parent db5e672d7b
commit 9c32ec788e
7 changed files with 37 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
# FireWalletBrowser
## Installation
```bash
@@ -112,4 +110,22 @@ DNS Editor page
![DNS Editor page](assets/dnseditor.png)
Auction page
![Auction page](assets/auction.png)
![Auction page](assets/auction.png)
## Environment variables
```yaml
hsd_api: HSD API key
hsd_ip: HSD IP address
theme: Theme to use (dark-purple, black)
show_expired: Show expired domains (true/false)
exclude: Comma separated list of wallets to exclude from the wallet list
```
## Warnings
- This is a work in progress and is not guaranteed to work
- This is not a wallet by itself but rather a frontend for HSD
- I am not responsible for any loss of funds from using this wallet (including loss of funds from auctions)
- I am not responsible if you expose this frontend to the internet (please don't do this unless you know what you are doing)