fix: typo in walletShareInvoice (#3597)

This commit is contained in:
dni ⚡ 2025-12-06 16:33:34 +01:00 committed by GitHub
parent d2aedde21b
commit fcaeb0ac7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -26,7 +26,7 @@ window.app.component('lnbits-wallet-share', {
{label: 'Send', value: 'send-payments'} {label: 'Send', value: 'send-payments'}
], ],
walletShareInvite: { walletShareInvite: {
unsername: '', username: '',
permissions: [] permissions: []
} }
} }