diff --git a/apps/login/ui/LoginOTP.tsx b/apps/login/ui/LoginOTP.tsx index d86e15bf16b..d046c8ebc2c 100644 --- a/apps/login/ui/LoginOTP.tsx +++ b/apps/login/ui/LoginOTP.tsx @@ -123,7 +123,7 @@ export default function LoginOTP({ } const res = await fetch("/api/session", { - method: "POST", + method: "PUT", headers: { "Content-Type": "application/json", },