Require password reset

This commit is contained in:
Maxim Filippov 2019-10-16 10:00:26 +00:00 committed by HJ
parent c4497f645f
commit 37be781312
5 changed files with 27 additions and 3 deletions

View file

@ -25,6 +25,12 @@ const passwordReset = {
this.$router.push({ name: 'root' })
}
},
props: {
passwordResetRequested: {
default: false,
type: Boolean
}
},
methods: {
dismissError () {
this.error = null