Findretros on Cosmic

Ekalus

New Member
Mar 27, 2020
29
4
Hi,

Does anyone know how to correctly do the findretros vote thing on Cosmic CMS? I tried multiple thing, but most recent I tried the following code:

protected function login(Player $user)
{
if ($user && Auth::login($user)) {
response()->json(["status" => "error", "location" => " "]);
} else {
response()->json(["status" => "error", "message" => Locale::get('login/invalid_password')]);
}
}
 

Users who are viewing this thread

Top