diff --git a/fittrackee_client/src/router/index.ts b/fittrackee_client/src/router/index.ts index 382df094..e56e0618 100644 --- a/fittrackee_client/src/router/index.ts +++ b/fittrackee_client/src/router/index.ts @@ -111,7 +111,7 @@ const routes: Array = [ { path: '/password-reset/sent', name: 'PasswordEmailSent', - component: () => PasswordResetView, + component: PasswordResetView, props: { action: 'request-sent' }, meta: { title: 'user.PASSWORD_RESET',