commit
2d9a0d87a6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class UserController extends Controller
|
|||
public function reSendVerificationEmail(User $user)
|
||||
{
|
||||
if ($user->hasVerifiedEmail())
|
||||
return redirect()->back()->with('error', 'User has already verified there email');
|
||||
return redirect()->back()->with('error', 'User has already verified their email');
|
||||
|
||||
$user->sendEmailVerificationNotification();
|
||||
return redirect()->back()->with('success', 'User has been emailed again!');
|
||||
|
|
Loading…
Add table
Reference in a new issue