Skip to content

Commit

Permalink
fix error in resolving rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Aug 18, 2017
1 parent a1be0f6 commit 28f52af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,13 @@ When this method is invoked, the user agent MUST execute the following algorithm
1. Otherwise, [=list/Append=] |C| to |excludeCredentialDescriptorList|.

1. [=In parallel=], invoke the [=authenticatorMakeCredential=] operation on |authenticator| with
|clientDataHash|, <code>|options|.{{MakePublicKeyCredentialOptions/rp}}</code>, <code>|options|.{{MakePublicKeyCredentialOptions/user}}</code>,
|normalizedParameters|, |excludeCredentialDescriptorList|, and |authenticatorExtensions| as parameters.
|clientDataHash|,
|options|.{{MakePublicKeyCredentialOptions/rp}},
|options|.{{MakePublicKeyCredentialOptions/user}},
<code>|options|.{{MakePublicKeyCredentialOptions/authenticatorSelection}}.{{AuthenticatorSelectionCriteria/rk}}</code>,
|credTypesAndPubKeyAlgs|,
|excludeCredentialDescriptorList|,
and |authenticatorExtensions| as parameters.

1. [=set/Append=] |authenticator| to |issuedRequests|.

Expand Down

0 comments on commit 28f52af

Please sign in to comment.