Skip to content

Commit 853b264

Browse files
committed
fix: Force direct login after password reset
With SSO setups users may otherwise be redirected to the IdP directly instead of the regular login form that they reset the password for Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent e88d140 commit 853b264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/views/Login.vue

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

0 commit comments

Comments
 (0)