Require password reset
This commit is contained in:
parent
c4497f645f
commit
37be781312
5 changed files with 27 additions and 3 deletions
|
@ -25,6 +25,12 @@ const passwordReset = {
|
|||
this.$router.push({ name: 'root' })
|
||||
}
|
||||
},
|
||||
props: {
|
||||
passwordResetRequested: {
|
||||
default: false,
|
||||
type: Boolean
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
dismissError () {
|
||||
this.error = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue