mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
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>
This commit is contained in:
parent
554dce6bc7
commit
48bda3032c
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
passwordResetFinished() {
|
||||
window.location.href = generateUrl('login')
|
||||
window.location.href = generateUrl('login') + '?direct=1'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue