Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions core/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,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'
Expand Down Expand Up @@ -162,8 +164,7 @@ export default {

methods: {
passwordResetFinished() {
this.resetPasswordTarget = ''
this.directLogin = true
window.location.href = generateUrl('login')
},
},
}
Expand Down