feat: dynamic login and registering (#3604)

This commit is contained in:
dni ⚡
2025-12-04 11:50:45 +01:00
committed by GitHub
parent 73634e5161
commit 625fa6503c
11 changed files with 49 additions and 34 deletions
+1
View File
@@ -39,6 +39,7 @@ window.windowMixin = {
}
},
paymentEvents() {
if (!this.g.user) return
let timeout
this.g.user.wallets.forEach(wallet => {
if (!this.g.walletEventListeners.includes(wallet.id)) {