fix: login screen layout (#3538)

Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
This commit is contained in:
Tiago Vasconcelos
2025-11-20 10:44:56 +02:00
committed by GitHub
co-authored by Vlad Stan
parent da3cb548bd
commit b9a004a5e4
11 changed files with 29 additions and 74 deletions
@@ -1,15 +0,0 @@
window.app.component('lnbits-wallet-ads', {
template: '#lnbits-wallet-ads',
mixins: [window.windowMixin],
computed: {
ads() {
return this.AD_SPACE.map(ad => ad.split(';'))
},
adSpaceTitle() {
return this.AD_SPACE_TITLE || 'Sponsored Ads'
},
adSpaceEnabled() {
return this.AD_SPACE_ENABLED && this.AD_SPACE && this.AD_SPACE.length > 0
}
}
})