]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/RegisterController.php
Finished migration of last angular code
[bookstack] / app / Http / Controllers / Auth / RegisterController.php
index 9a23fe2a13ee5b62e7d712ef7ec895ca9a51cc65..1ba8b97db8a7abaadcccffdadaf54eed94db4366 100644 (file)
@@ -231,7 +231,6 @@ class RegisterController extends Controller
             return redirect('/register/confirm');
         }
 
-        $this->emailConfirmationService->sendConfirmation($user);
         session()->flash('success', trans('auth.email_confirm_resent'));
         return redirect('/register/confirm');
     }