added envs, testing color switch
This commit is contained in:
@@ -111,6 +111,7 @@ new Vue({
|
||||
mixins: [windowMixin],
|
||||
data: function () {
|
||||
return {
|
||||
|
||||
user: LNbits.map.user(window.user),
|
||||
receive: {
|
||||
show: false,
|
||||
@@ -622,6 +623,7 @@ new Vue({
|
||||
}
|
||||
},
|
||||
created: function () {
|
||||
|
||||
this.fetchBalance()
|
||||
this.fetchPayments()
|
||||
|
||||
@@ -635,6 +637,7 @@ new Vue({
|
||||
})
|
||||
},
|
||||
mounted: function () {
|
||||
|
||||
// show disclaimer
|
||||
if (
|
||||
this.$refs.disclaimer &&
|
||||
|
||||
Reference in New Issue
Block a user