mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:12:20 +00:00
put instead of post
This commit is contained in:
@@ -123,7 +123,7 @@ export default function LoginOTP({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const res = await fetch("/api/session", {
|
const res = await fetch("/api/session", {
|
||||||
method: "POST",
|
method: "PUT",
|
||||||
headers: {
|
headers: {
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user