Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
[WOLFPAL-69] Reset messages on login mount. (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Henniges authored May 25, 2021
1 parent d41accf commit a6bf8eb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions client/pages/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import Logo from '@/assets/vectors/logo.svg?inline'
export default {
components: {
Logo,
Logo
},
middleware: ['alreadyAuthenticated'],
Expand All @@ -62,10 +62,13 @@ export default {
{
hid: 'description',
name: 'description',
content: `Already have a ${title} account? You can login to your current account here.`,
},
],
content: `Already have a ${title} account? You can login to your current account here.`
}
]
}
},
mounted() {
this.$store.dispatch('login/RESET_MESSAGES')
}
}
</script>

0 comments on commit a6bf8eb

Please sign in to comment.