Set direct login after password reset

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-01-09 13:26:40 +01:00
parent 2b1c49cdba
commit c66645efce
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -131,6 +131,7 @@ export default {
methods: {
passwordResetFinished() {
this.resetPasswordTarget = ''
this.directLogin = true
},
},
}