Client - fix redirection when resetting password

This commit is contained in:
Sam 2023-12-20 15:18:36 +01:00
parent ef22e98124
commit 2996ccd0a2

View File

@ -111,7 +111,7 @@ const routes: Array<RouteRecordRaw> = [
{ {
path: '/password-reset/sent', path: '/password-reset/sent',
name: 'PasswordEmailSent', name: 'PasswordEmailSent',
component: () => PasswordResetView, component: PasswordResetView,
props: { action: 'request-sent' }, props: { action: 'request-sent' },
meta: { meta: {
title: 'user.PASSWORD_RESET', title: 'user.PASSWORD_RESET',