fix: share page
This commit is contained in:
parent
4f00330835
commit
908cb0c81c
4 changed files with 2 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -49,8 +49,8 @@
|
|||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {
|
||||
qrValue: '{{myextension_id}}',
|
||||
myExtensionID: ''
|
||||
qrValue: '{{lnurlpay}}',
|
||||
myExtensionID: '{{myextension_id}}'
|
||||
}
|
||||
},
|
||||
created: function () {
|
||||
|
|
|
|||
1
views.py
1
views.py
|
|
@ -46,7 +46,6 @@ async def myextension(request: Request, myextension_id):
|
|||
"request": request,
|
||||
"myextension_id": myextension_id,
|
||||
"lnurlpay": myextension.lnurlpay,
|
||||
"lnurlwithdraw": myextension.lnurlwithdraw,
|
||||
"web_manifest": f"/myextension/manifest/{myextension_id}.webmanifest",
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue