use vite_api_url in requestEmailChange link
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user