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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user