mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 03:23:40 +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", {
|
||||
method: "POST",
|
||||
method: "PUT",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user