From c28e58de882335c12e538fb30dd2a9fe426a3324 Mon Sep 17 00:00:00 2001 From: reya Date: Tue, 23 Jan 2024 14:16:20 +0700 Subject: [PATCH] fix --- src/daemon/web/authorize.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/web/authorize.ts b/src/daemon/web/authorize.ts index 240d92f..1d2f438 100644 --- a/src/daemon/web/authorize.ts +++ b/src/daemon/web/authorize.ts @@ -165,6 +165,7 @@ export async function processRegistrationWebHandler(request, reply) { try { const record = await getAndValidateStateOfRequest(request); const body = request.body; + console.log(request) const baseUrl = new URL(request.originalUrl).pathname.replace(/\/+$/, ''); // we serialize the payload again and store it