This commit is contained in:
oktaviaramadani 2023-12-22 15:09:54 +07:00
parent bf163bce1e
commit 87c2b38a29

View File

@ -44,7 +44,7 @@ class LoginApiController extends Controller
return response()->json(['error' => 'Email atau password salah'], 401);
}
return $this->respondWithToken($token);
return $this->respondWithToken($token);
}
/**