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
@@ -495,6 +495,9 @@ export default {
async userId () {
this.loadUser();
},
userLoggedIn () {
this.loadUser();
},
},
methods: {
async loadUser () {