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