Ajustes Toast

This commit is contained in:
Halbe Bruno
2025-12-06 08:47:48 -03:00
parent 81dd696d0b
commit 77ae5965c1
13 changed files with 139 additions and 133 deletions

View File

@@ -33,19 +33,7 @@
<div class="bg-white rounded-xl shadow-sm border border-gray-100 p-6">
<h3 class="text-lg font-semibold text-gray-800 mb-4">Alterar Senha</h3>
<?php if (isset($_SESSION['flash_error'])): ?>
<div class="bg-red-50 text-red-700 p-3 rounded-lg mb-4 text-sm">
<?= $_SESSION['flash_error'];
unset($_SESSION['flash_error']); ?>
</div>
<?php endif; ?>
<?php if (isset($_SESSION['flash_success'])): ?>
<div class="bg-green-50 text-green-700 p-3 rounded-lg mb-4 text-sm">
<?= $_SESSION['flash_success'];
unset($_SESSION['flash_success']); ?>
</div>
<?php endif; ?>
<form action="/client/profile/password" method="POST">
<div class="space-y-4">