begin order form with registration
This commit is contained in:
@@ -46,7 +46,6 @@ class RegisterController extends Controller
|
||||
|
||||
public function showRegistrationForm()
|
||||
{
|
||||
$data = self::init();
|
||||
return view('Shop.auth.register', $data ?? []);
|
||||
}
|
||||
|
||||
@@ -81,7 +80,6 @@ class RegisterController extends Controller
|
||||
public function emailSendVerification(Request $request)
|
||||
{
|
||||
$request->user()->sendEmailVerificationNotification();
|
||||
|
||||
return back()->with('message', 'Verification link sent!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user