mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Terminada gestion de contraseñas de usuarios en perfil y zona admin
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user