- cr fix
This commit is contained in:
@@ -36,6 +36,6 @@ class GoogleController extends Controller
|
|||||||
|
|
||||||
$auth->guard()->login($user, true);
|
$auth->guard()->login($user, true);
|
||||||
|
|
||||||
return redirect()->intended();
|
return redirect()->route("dashboard");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user