Merge pull request #18777 from nextcloud/bugfix/noid/direct-after-reset

Set direct login after password reset
This commit is contained in:
Roeland Jago Douma 2020-01-09 20:01:08 +01:00 committed by GitHub
commit 3f47762933
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 @@ export default {
methods: {
passwordResetFinished() {
this.resetPasswordTarget = ''
this.directLogin = true
},
},
}