Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentation of step to invoke authenticatorMakeCredential #2027

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

emlun
Copy link
Member

@emlun emlun commented Feb 16, 2024

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 b44009c (originally 7acc1d5) in PR #1366, caused by a mix of tab and space characters being replaced with just spaces.


Preview | Diff

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 b44009c (originally
7acc1d5) in PR #1366, caused by a mix of tab
and space characters being replaced with just spaces.
@emlun emlun force-pushed the issue-2025-invoke-makeCred-indentation branch from 288deae to e239ee5 Compare February 16, 2024 19:31
@nicksteele nicksteele self-requested a review February 21, 2024 20:22
@emlun emlun merged commit bfe8f63 into main Feb 21, 2024
2 checks passed
@emlun emlun deleted the issue-2025-invoke-makeCred-indentation branch February 21, 2024 20:23
github-actions bot added a commit that referenced this pull request Feb 21, 2024
SHA: bfe8f63
Reason: push, by emlun

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invoking the authenticatorMakeCredential operation clarification
5 participants