Admin UI: compact JSON for the proposed well-known webauthn document

This commit is contained in:
2026-09-07 03:16:18 +00:00
parent 7ff8869e1d
commit 00560a05c1
+1 -1
View File
@@ -68,7 +68,7 @@ function asHttpsOrigin(origin) {
return o.startsWith('http') ? o : `https://${o}`
}
const wellKnownJson = computed(() =>
JSON.stringify({ origins: relatedEntries.value.map(asHttpsOrigin) }, null, 2)
JSON.stringify({ origins: relatedEntries.value.map(asHttpsOrigin) })
)
// Copy-to-clipboard helper