mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Ensure profile page gets synced (#11032)
This commit is contained in:
parent
b7797b3e6c
commit
e939799800
1 changed files with 3 additions and 0 deletions
|
|
@ -495,6 +495,9 @@ export default {
|
||||||
async userId () {
|
async userId () {
|
||||||
this.loadUser();
|
this.loadUser();
|
||||||
},
|
},
|
||||||
|
userLoggedIn () {
|
||||||
|
this.loadUser();
|
||||||
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async loadUser () {
|
async loadUser () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue