Skip to content

Commit

Permalink
fix indents
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Jun 14, 2024
1 parent c0c40d1 commit ebf03eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4088,8 +4088,9 @@ A JSON document MUST be hosted at the `webauthn` well-known URL ([[!RFC8615]]) f
- The top-level JSON object MUST contain a key named `origins` whose value MUST be an array of one or more strings containing web origins.
- Origins with the same [=origin label=] SHOULD be listed together as the first elements in the array, with unique origins as the last elements.

:: Note: When adding additional origins matching an existing [=origin label=], add them after the existing elements with the same [=origin label=] instead of at the end of the array.
This will ensure their processing will not impact the [=origin label=] count.
:: Note: When adding additional origins matching an existing [=origin label=], add them after the existing elements with the same [=origin label=] instead of at the end of the array.
This will ensure their processing will not impact the [=origin label=] count.


For example, for the RP ID `example.com`:

Expand Down

0 comments on commit ebf03eb

Please sign in to comment.