feat: Add phoenixd mnemonic display (#3931)

Co-authored-by: alan <alan@lnbits.com>
This commit is contained in:
Tiago Vasconcelos
2026-04-16 13:42:58 +02:00
committed by GitHub
co-authored by alan
parent 7a2ddd9826
commit 07b1521dad
7 changed files with 82 additions and 6 deletions
@@ -202,7 +202,18 @@ window.app.component('lnbits-admin-funding-sources', {
'Phoenixd',
{
phoenixd_api_endpoint: 'Endpoint',
phoenixd_api_password: 'Key'
phoenixd_api_password: 'Key',
phoenixd_data_dir: {
label: 'Data Directory',
hint: 'Directory where phoenixd stores its data, including the seed phrase.'
},
phoenixd_mnemonic: {
label: 'Phoenixd Seed Phrase',
hint: 'Only available if phoenixd data-dir is specified',
readonly: true,
copy: true,
qrcode: true
}
}
],
[