mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +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 () {
|
||||
this.loadUser();
|
||||
},
|
||||
userLoggedIn () {
|
||||
this.loadUser();
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
async loadUser () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue