diff --git a/src/userviews/users/UserProfile/PasswordUpdate.vue b/src/userviews/users/UserProfile/PasswordUpdate.vue index 8b38dc15d..798960f52 100644 --- a/src/userviews/users/UserProfile/PasswordUpdate.vue +++ b/src/userviews/users/UserProfile/PasswordUpdate.vue @@ -7,6 +7,7 @@ :url="url" :get-method="getMethod" class="password-update" + :update-success-next-route="updateSuccessNextRoute" /> @@ -50,6 +51,9 @@ export default { type: 'password' } } + }, + updateSuccessNextRoute: { + path: '/' } } },