Skip to content

Commit 6e248ba

Browse files
authored
Merge pull request #56245 from nextcloud/backport/56225/stable30
[stable30] fix: Force direct login after password reset
2 parents 1cc913d + f0c6490 commit 6e248ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/views/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default {
164164
165165
methods: {
166166
passwordResetFinished() {
167-
window.location.href = generateUrl('login')
167+
window.location.href = generateUrl('login') + '?direct=1'
168168
},
169169
},
170170
}

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)