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',
|
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user