mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:02:23 +00:00
set public key state
This commit is contained in:
@@ -60,7 +60,7 @@ export async function PUT(request: NextRequest) {
|
||||
domain,
|
||||
challenges
|
||||
).then((session) => {
|
||||
console.log(session.challenges);
|
||||
console.log(session);
|
||||
return NextResponse.json({
|
||||
sessionId: session.id,
|
||||
factors: session.factors,
|
||||
|
||||
Reference in New Issue
Block a user