mirror of
https://github.com/lnbits/lnbits.git
synced 2025-08-09 09:42:17 +02:00
fix: for g.user error on public pages (#2892)
* fix for g.user error * dont even mount
This commit is contained in:
2
lnbits/static/bundle.min.js
vendored
2
lnbits/static/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -787,9 +787,11 @@ window.windowMixin = {
|
||||
this.mobileSimple = this.$q.localStorage.getItem('lnbits.mobileSimple')
|
||||
},
|
||||
mounted() {
|
||||
if (this.g.user) {
|
||||
this.paymentEvents()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
window.decryptLnurlPayAES = (success_action, preimage) => {
|
||||
let keyb = new Uint8Array(
|
||||
|
Reference in New Issue
Block a user