From d3f96551a939a406f0f5225774652a603b8942ad Mon Sep 17 00:00:00 2001 From: Guilherme Capanema Date: Sat, 6 Jun 2020 17:10:04 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20redirecionamento=20ap=C3=B3s=20cadast?= =?UTF-8?q?ro=20de=20associados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Livewire/Auth/Register/Individual.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Auth/Register/Individual.php b/app/Http/Livewire/Auth/Register/Individual.php index fb7ff14..c8ab175 100644 --- a/app/Http/Livewire/Auth/Register/Individual.php +++ b/app/Http/Livewire/Auth/Register/Individual.php @@ -171,7 +171,7 @@ class Individual extends Component Auth::login($user, true); - redirect(route('dashboard')); + redirect(route('home')); } public function render()