mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:42:24 +00:00
add test, cleanup logs
This commit is contained in:
@@ -67,7 +67,6 @@ export async function PUT(request: NextRequest) {
|
||||
domain,
|
||||
challenges
|
||||
).then((session) => {
|
||||
console.log(session);
|
||||
return NextResponse.json({
|
||||
sessionId: session.id,
|
||||
factors: session.factors,
|
||||
|
||||
Reference in New Issue
Block a user