Validación correo y contraseña
This commit is contained in:
@@ -72,6 +72,14 @@ $mensajeMantenimiento = $config['mensaje_mantenimiento'] ?? 'El sistema se encue
|
||||
color: #666;
|
||||
margin-top: 60px;
|
||||
}
|
||||
#mensaje {
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
@media (max-height: 600px) {
|
||||
footer {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -131,6 +139,14 @@ $mensajeMantenimiento = $config['mensaje_mantenimiento'] ?? 'El sistema se encue
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<div id="mensaje" class="mt-3 text-center fw-bold">
|
||||
<?php if (isset($_SESSION['login_error'])): ?>
|
||||
<div class="text-danger"><?= $_SESSION['login_error'] ?></div>
|
||||
<?php unset($_SESSION['login_error']); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- FOOTER -->
|
||||
|
||||
Reference in New Issue
Block a user