mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-13 01:57:53 +00:00
rm logs
This commit is contained in:
@@ -3,7 +3,6 @@ import { NextRequest, NextResponse } from "next/server";
|
||||
|
||||
export async function POST(request: NextRequest) {
|
||||
const body = await request.json();
|
||||
console.log(body);
|
||||
if (body) {
|
||||
const { email, password, firstName, lastName } = body;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user