Fix login with oauth (#2935)

This commit is contained in:
Tiago Vasconcelos
2025-02-07 16:48:22 +02:00
committed by GitHub
parent a8809ed5a4
commit 503a599341
8 changed files with 209 additions and 197 deletions
+1 -4
View File
@@ -20,9 +20,7 @@ window.app = Vue.createApp({
password: '',
passwordRepeat: '',
walletName: '',
signup: false,
slide: 1,
autoplay: true
signup: false
}
},
computed: {
@@ -177,7 +175,6 @@ window.app = Vue.createApp({
}
},
created() {
console.log(Quasar.LocalStorage.getItem('lnbits.disclaimerShown'))
this.description = SITE_DESCRIPTION
this.isUserAuthorized = !!this.$q.cookies.get('is_lnbits_user_authorized')
if (this.isUserAuthorized) {