Ensure profile page gets synced (#11032)

This commit is contained in:
Alec Brickner 2019-03-03 08:05:38 -08:00 committed by Matteo Pagliazzi
parent b7797b3e6c
commit e939799800

View file

@ -495,6 +495,9 @@ export default {
async userId () { async userId () {
this.loadUser(); this.loadUser();
}, },
userLoggedIn () {
this.loadUser();
},
}, },
methods: { methods: {
async loadUser () { async loadUser () {