Client - fix redirection when resetting password
This commit is contained in:
parent
ef22e98124
commit
2996ccd0a2
@ -111,7 +111,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: '/password-reset/sent',
|
||||
name: 'PasswordEmailSent',
|
||||
component: () => PasswordResetView,
|
||||
component: PasswordResetView,
|
||||
props: { action: 'request-sent' },
|
||||
meta: {
|
||||
title: 'user.PASSWORD_RESET',
|
||||
|
Loading…
Reference in New Issue
Block a user