This website works better with JavaScript.
Home
Explore
Help
Sign In
capanema
/
ucb-controles
Archived
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Corrige redirecionamento após cadastro de associados
usuarios_separados
Guilherme Capanema
6 years ago
parent
1fe8b6f335
commit
d3f96551a9
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/Http/Livewire/Auth/Register/Individual.php
+ 1
- 1
app/Http/Livewire/Auth/Register/Individual.php
View File
@ -171,7 +171,7 @@ class Individual extends Component
Auth
::
login
(
$user
,
true
);
Auth
::
login
(
$user
,
true
);
redirect
(
route
(
'
dashboard
'
));
redirect
(
route
(
'
home
'
));
}
}
public
function
render
()
public
function
render
()