use vite_api_url in requestEmailChange link

This commit is contained in:
2026-03-28 19:23:19 +01:00
parent d9ccd7ff5f
commit 0c0af0fd00
@@ -11,7 +11,7 @@
<p>Vous avez demandé à changer votre adresse email. Cliquez sur le bouton ci-dessous pour confirmer ce changement.</p>
<p style="text-align: center; margin: 30px 0;">
<a href="{{ config('app.frontend_url') }}/confirm-email-change?token={{ $token }}"
<a href="{{ config('vite_api_url') }}/confirm/email/change?token={{ $token }}"
style="background-color: #f39c12; color: white; padding: 12px 20px; text-decoration: none; border-radius: 5px;">
Confirmer le changement d'email
</a>