Terminada gestion de contraseñas de usuarios en perfil y zona admin

This commit is contained in:
imnavajas
2024-07-16 09:26:03 +02:00
parent ad266dd14f
commit 944f92f3b0
14 changed files with 39 additions and 1655 deletions

View File

@ -27,7 +27,7 @@ class Profile extends BaseController
// Find by the user_id
$data['obj'] = $users->findById(auth()->id());
echo view(getenv('theme.path') . 'form/profile/index', $data);
echo view(getenv('theme.path') . 'form/profile/profileDetails', $data);
}