fix: retirer bouton 'Lien activation' de la fiche client

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-04 19:08:21 +02:00
parent 5809c1a4df
commit 9fa0b1b629

View File

@@ -175,9 +175,7 @@
<span class="text-xs font-bold uppercase text-indigo-700">Espace client</span>
<p class="text-[10px] text-indigo-500 mt-0.5">Le client n'a pas encore active son compte. Vous pouvez renvoyer l'email de bienvenue.</p>
</div>
<div class="flex gap-2">
<a href="{{ path('app_set_password', {token: customer.user.tempPassword}) }}" target="_blank" class="px-3 py-2 glass text-indigo-600 font-bold uppercase text-[10px] tracking-wider hover:bg-indigo-600 hover:text-white transition-all">Lien activation</a>
</div>
<div class="flex gap-2"></div>
</div>
{% else %}
<div class="mt-4 p-4 bg-green-50 border border-green-200 rounded-lg">