mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 05:33:11 -04:00
Merge pull request #53607 from nextcloud/fix/noid-reset-password
fix: reload login page after password reset
This commit is contained in:
commit
4593b4f514
3 changed files with 6 additions and 5 deletions
|
|
@ -95,6 +95,8 @@
|
|||
|
||||
<script>
|
||||
import { loadState } from '@nextcloud/initial-state'
|
||||
import { generateUrl } from '@nextcloud/router'
|
||||
|
||||
import queryString from 'query-string'
|
||||
|
||||
import LoginForm from '../components/login/LoginForm.vue'
|
||||
|
|
@ -152,8 +154,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
passwordResetFinished() {
|
||||
this.resetPasswordTarget = ''
|
||||
this.directLogin = true
|
||||
window.location.href = generateUrl('login')
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
4
dist/core-login.js
vendored
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue