Admin UI: compact JSON for the proposed well-known webauthn document
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user