configuration for nostr

This commit is contained in:
callebtc 2023-04-24 17:12:35 +02:00
commit 64da75d605
7 changed files with 170 additions and 95 deletions

View file

@ -40,7 +40,9 @@ new Vue({
formDialog: {
show: false,
fixedAmount: true,
data: {}
data: {
zaps:false
}
},
qrCodeDialog: {
show: false,
@ -140,7 +142,8 @@ new Vue({
'success_url',
'comment_chars',
'currency',
'username'
'username',
'zaps'
),
(value, key) =>
(key === 'webhook_url' ||