Skip to content

Commit 00b7e21

Browse files
committed
cabios de prueba 4
1 parent 6860c92 commit 00b7e21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/services/auth/login/authService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const API_BASE_URL = process.env.REACT_APP_API_URL;
1010
// Te dirá qué valor se "horneó" (baked in) durante el build en GitHub.
1111
console.log("AuthService: Valor de REACT_APP_API_URL (al cargar):", API_BASE_URL);
1212

13-
// --- VALIDACIÓN DE URL ---
14-
// Función para validar que la URL es absoluta (empieza con http)
1513
const isValidHttpUrl = (url: string | undefined): boolean => {
1614
if (!url) return false;
1715
return url.startsWith('http://') || url.startsWith('https://');

0 commit comments

Comments
 (0)