fix(login): bacteriologo redirige a v=dashboard para que App.php lo intercepte correctamente

This commit is contained in:
Lizandro Guarnizo
2026-07-27 07:40:12 -05:00
parent 75c7cb2762
commit deb74a1f9e
+1 -1
View File
@@ -90,7 +90,7 @@ if ($_POST && !$loginBlocked) {
header('Location: enfermero_portal.php');
} elseif (in_array('turnero', $modules, true)) {
if ($roleSlug === 'bacteriologo') {
header('Location: erp.php?m=turnero');
header('Location: erp.php?m=turnero&v=dashboard');
} else {
header('Location: erp.php?m=turnero&v=recepcion');
}