From 2996ccd0a218392fd3837e2c7d4b2b293a42b4b8 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 20 Dec 2023 15:18:36 +0100 Subject: [PATCH] Client - fix redirection when resetting password --- fittrackee_client/src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',