Show avatars of assigned users
This commit is contained in:
parent
0b18ca73c2
commit
aeae2c4f1f
4 changed files with 16 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ export default {
|
|||
|
||||
// Tell others the user is autheticated
|
||||
this.user.authenticated = true
|
||||
this.getUserInfos()
|
||||
const inf = this.getUserInfos()
|
||||
// eslint-disable-next-line
|
||||
console.log(inf)
|
||||
|
||||
// Hide the loader
|
||||
context.loading = false
|
||||
|
|
|
|||
Reference in a new issue