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 committed by Backportbot
parent f2575ccdb5
commit 1b7c5fa6a3
3 changed files with 1 additions and 0 deletions

BIN
core/js/dist/login.js vendored

Binary file not shown.

Binary file not shown.

View file

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