feat: resend email

# Conflicts:
#	app/Http/Controllers/AuthController.php
#	lang/en/api.php
#	lang/fr/api.php
#	tests/Feature/EmailVerificationTest.php
This commit is contained in:
2026-05-20 21:03:35 +02:00
parent bcc067ec67
commit 54503caf45
6 changed files with 60 additions and 10 deletions
+1
View File
@@ -8,6 +8,7 @@ return [
'already_verified' => 'Account already verified.',
'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.',
'logout' => 'Logged out successfully.',
'unauthenticated' => 'Unauthenticated.',
'deleted' => 'Account deleted successfully.',
+1
View File
@@ -8,6 +8,7 @@ return [
'already_verified' => 'Compte déjà vérifié.',
'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é.',
'logout' => 'Déconnecté avec succès.',
'unauthenticated' => 'Non authentifié.',
'deleted' => 'Compte supprimé avec succès.',