Merge pull request #18790 from nextcloud/backport/18777/stable18

[stable18] Set direct login after password reset
This commit is contained in:
Roeland Jago Douma 2020-01-10 07:51:34 +01:00 committed by GitHub
commit c7f47e4dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
},
},
}