Skip to content

Commit

Permalink
Logged in event (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclaudio authored Feb 11, 2022
1 parent e47e9ce commit e69a0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/User/mixins/InteractWithUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default {
if (loginCallback) {
await loginCallback()
}
this.$root.$emit('logged-in')
})
.catch((error) => {
alert(error.response.data.message)
Expand Down

0 comments on commit e69a0d4

Please sign in to comment.