Add subcription feature 5
This commit is contained in:
@@ -222,6 +222,32 @@ export const routesConfig: RouteConfig[] = [
|
||||
hideSidebar: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: ROUTES.FORGOT_PASSWORD,
|
||||
name: 'ForgotPassword',
|
||||
component: 'ForgotPasswordPage',
|
||||
title: 'Recuperar Contraseña',
|
||||
requiresAuth: false,
|
||||
showInNavigation: false,
|
||||
meta: {
|
||||
layout: 'auth',
|
||||
hideHeader: true,
|
||||
hideSidebar: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: ROUTES.RESET_PASSWORD,
|
||||
name: 'ResetPassword',
|
||||
component: 'ResetPasswordPage',
|
||||
title: 'Restablecer Contraseña',
|
||||
requiresAuth: false,
|
||||
showInNavigation: false,
|
||||
meta: {
|
||||
layout: 'auth',
|
||||
hideHeader: true,
|
||||
hideSidebar: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: ROUTES.FEATURES,
|
||||
name: 'Features',
|
||||
|
||||
Reference in New Issue
Block a user