mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -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
e88d140626
commit
853b264cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
passwordResetFinished() {
|
||||
window.location.href = generateUrl('login')
|
||||
window.location.href = generateUrl('login') + '?direct=1'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue