Skip to content

Commit 413c9a2

Browse files
Merge pull request #56247 from nextcloud/backport/56225/stable32
[stable32] fix: Force direct login after password reset
2 parents 79f9176 + c40ce88 commit 413c9a2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/src/views/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default {
154154
155155
methods: {
156156
passwordResetFinished() {
157-
window.location.href = generateUrl('login')
157+
window.location.href = generateUrl('login') + '?direct=1'
158158
},
159159
},
160160
}

dist/core-login.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-login.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)