.mutation(async ({ input }) => {
const response = await fetch(`http://127.0.0.1:3030/auth/login`, {
method: "POST",
headers: {
Accept: "application/json",
"Content-Type": "application/json",
credentials: "include",
},
...
.mutation(async ({ input }) => {
const response = await fetch(`http://127.0.0.1:3030/auth/login`, {
method: "POST",
headers: {
Accept: "application/json",
"Content-Type": "application/json",
credentials: "include",
},
...