chore: baseline plantilla-proyectos como base del CRM

This commit is contained in:
Aduanasoft
2026-07-14 09:03:52 -06:00
commit c3d0eedc8d
469 changed files with 69739 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Silent SSO Check</title>
</head>
<body>
<script>
// Required by Keycloak JS for silent SSO check.
// This page is loaded in a hidden iframe; it posts the full URL back
// to the parent window so Keycloak can parse the SSO response.
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>