Fix login with oauth (#2935)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user