0) { ?>
ID: $token_id | Created: $token_created";
} ?>
{$_SESSION['alert_message']}";
// Clear it so it doesn't persist on refresh
unset($_SESSION['alert_type']);
unset($_SESSION['alert_message']);
}
// If the user just failed a TOTP verification, auto-open the modal:
if (!empty($_SESSION['show_mfa_modal'])) {
echo "
";
unset($_SESSION['show_mfa_modal']);
}
require_once "../../includes/footer.php";