Merge pull request #18792 from nextcloud/stable17-18777

[stable17] Set direct login after password reset
This commit is contained in:
Roeland Jago Douma 2020-01-11 08:20:42 +01:00 committed by GitHub
commit e4d1ae908f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 @@
methods: {
passwordResetFinished() {
this.resetPasswordTarget = ''
this.directLogin = true
}
}
}