This commit is contained in:
reya 2024-01-23 14:16:20 +07:00
commit c28e58de88

View file

@ -165,6 +165,7 @@ export async function processRegistrationWebHandler(request, reply) {
try { try {
const record = await getAndValidateStateOfRequest(request); const record = await getAndValidateStateOfRequest(request);
const body = request.body; const body = request.body;
console.log(request)
const baseUrl = new URL(request.originalUrl).pathname.replace(/\/+$/, ''); const baseUrl = new URL(request.originalUrl).pathname.replace(/\/+$/, '');
// we serialize the payload again and store it // we serialize the payload again and store it