Fixed bug where notifs count doesn't show up on home page upon login

Had to emit the fetchNotifsCount() method at the end of the login() method on login page

this.$root.$emit('fetchNotifsCount')