feat: mail error sent
This commit is contained in:
@@ -10,6 +10,7 @@ return [
|
||||
'verified' => 'Account verified successfully.',
|
||||
'verification_sent' => 'Verification email sent.',
|
||||
'verification_sent_if_unverified' => 'If an unverified account exists for this address, a verification email has been sent.',
|
||||
'verification_email_failed' => 'Unable to send the verification email right now. Please try again later.',
|
||||
'password_reset_link_sent' => 'If an account exists for this address, a password reset link has been sent.',
|
||||
'password_reset' => 'Password reset successfully.',
|
||||
'logout' => 'Logged out successfully.',
|
||||
|
||||
@@ -10,6 +10,7 @@ return [
|
||||
'verified' => 'Compte vérifié avec succès.',
|
||||
'verification_sent' => 'Email de vérification envoyé.',
|
||||
'verification_sent_if_unverified' => 'Si un compte non vérifié existe avec cette adresse, un email de vérification vient d’être envoyé.',
|
||||
'verification_email_failed' => "Impossible d'envoyer l'email de vérification pour le moment. Réessaie plus tard.",
|
||||
'password_reset_link_sent' => 'Si un compte existe avec cette adresse, un lien de réinitialisation vient d’être envoyé.',
|
||||
'password_reset' => 'Mot de passe réinitialisé avec succès.',
|
||||
'logout' => 'Déconnecté avec succès.',
|
||||
|
||||
Reference in New Issue
Block a user