[webauthn] Merged Pull Request: Fix indentation of step to invoke authenticatorMakeCredential

emlun has just merged emlun's pull request 2027 for https://github.com/w3c/webauthn:

== Fix indentation of step to invoke authenticatorMakeCredential ==
Fixes #2025.
The current indentation renders this step as a sub-step of "For each credential descriptor C in pkOptions.excludeCredentials", meaning the operation is to be invoked once per `excludeCredentials` entry and not at all if `excludeCredentials` is empty. The indentation appears to have been broken in commit b44009c0bc24ed76f79c94c4bf6a3d5a111439ae (originally 7acc1d5ccb24306956acdeb31e995e8f7c486353) in PR #1366, caused by a mix of tab and space characters being replaced with just spaces.


<!--
    This comment and the below content is programmatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/2027.html" title="Last updated on Feb 16, 2024, 7:31 PM UTC (e239ee5)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/2027/99cbcfa...e239ee5.html" title="Last updated on Feb 16, 2024, 7:31 PM UTC (e239ee5)">Diff</a>

See https://github.com/w3c/webauthn/pull/2027


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 21 February 2024 20:23:09 UTC