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 3554a806c2
commit d566cc520e
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF
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 @@
methods: {
passwordResetFinished() {
this.resetPasswordTarget = ''
this.directLogin = true
}
}
}