fix: fix login route already set by Laravel now (#3802)
This commit is contained in:
@@ -44,7 +44,7 @@ class InvitationController extends Controller
|
||||
public function show($key)
|
||||
{
|
||||
if (Auth::check()) {
|
||||
return redirect()->route('login');
|
||||
return redirect()->route('loginRedirect');
|
||||
}
|
||||
|
||||
$invitation = Invitation::where('invitation_key', $key)
|
||||
|
||||
Reference in New Issue
Block a user