Add subcription feature 5

This commit is contained in:
Urtzi Alfaro
2026-01-16 09:55:54 +01:00
parent 483a9f64cd
commit 6b43116efd
51 changed files with 1428 additions and 312 deletions

View File

@@ -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',