move login hint into the main content

This commit is contained in:
Xiaofeng An 2019-02-06 05:01:32 -05:00
commit f512ee2c3c
4 changed files with 47 additions and 50 deletions

View file

@ -39,8 +39,7 @@ const Timeline = {
body: ['timeline-body'].concat(!this.embedded ? ['panel-body'] : []),
footer: ['timeline-footer'].concat(!this.embedded ? ['panel-footer'] : [])
}
},
currentUser () { return this.$store.state.users.currentUser }
}
},
components: {
Status,