mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
chore: remove console log
This commit is contained in:
parent
eec288af5f
commit
ad67cb00e2
@ -29,9 +29,6 @@ export default NextAuth({
|
|||||||
password: credentials.password,
|
password: credentials.password,
|
||||||
};
|
};
|
||||||
|
|
||||||
//debug
|
|
||||||
console.log("Payload", payload);
|
|
||||||
|
|
||||||
const res = await fetch("http://localhost:8000/api/login/", {
|
const res = await fetch("http://localhost:8000/api/login/", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: JSON.stringify(payload),
|
body: JSON.stringify(payload),
|
||||||
|
Loading…
Reference in New Issue
Block a user