fix: for g.user error on public pages (#2892)
* fix for g.user error * dont even mount
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -787,8 +787,10 @@ window.windowMixin = {
|
||||
this.mobileSimple = this.$q.localStorage.getItem('lnbits.mobileSimple')
|
||||
},
|
||||
mounted() {
|
||||
if (this.g.user) {
|
||||
this.paymentEvents()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
window.decryptLnurlPayAES = (success_action, preimage) => {
|
||||
|
||||
Reference in New Issue
Block a user