mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-09 04:18:11 +02:00
fix not showing account for existing users (#2173)
This commit is contained in:
parent
9877ca602f
commit
24b02cc656
@ -73,6 +73,7 @@ new Vue({
|
||||
const {data} = await LNbits.api.getAuthenticatedUser()
|
||||
this.user = data
|
||||
this.hasUsername = !!data.username
|
||||
if (!this.user.config) this.user.config = {}
|
||||
} catch (e) {
|
||||
LNbits.utils.notifyApiError(e)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user