hotfix no login de admin

This commit is contained in:
StsDanilo 2025-10-31 18:02:40 -03:00
parent 6cc7382d9d
commit 6c5b0604c2

View File

@ -61,7 +61,7 @@ export function LoginForm({ children }: LoginFormProps) {
case "secretary": case "secretary":
redirectPath = "/secretary/pacientes"; redirectPath = "/secretary/pacientes";
break; break;
case "patient": case "paciente":
redirectPath = "/patient/dashboard"; redirectPath = "/patient/dashboard";
break; break;
case "finance": case "finance":