Skip to content

Commit

Permalink
fix confusion of CredentialRequestOptions wrt CredentialCreationOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed May 18, 2017
1 parent 3c6fc5e commit 7f020f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Expand Up @@ -506,9 +506,9 @@ This method accepts a single argument:

When this method is invoked, the user agent MUST execute the following algorithm:

1. Assert: |options|["{{CredentialRequestOptions/publicKey}}"] is [=present=].
1. Assert: |options|["{{CredentialCreationOptions/publicKey}}"] is [=present=].

1. Let |options| be the value of |options|["{{CredentialRequestOptions/publicKey}}"].
1. Let |options| be the value of |options|["{{CredentialCreationOptions/publicKey}}"].

1. If any of the {{PublicKeyCredentialEntity/name}} member of |options|.{{MakeCredentialOptions/rp}}, the
{{PublicKeyCredentialEntity/name}} member of |options|.{{MakeCredentialOptions/user}},
Expand Down

0 comments on commit 7f020f6

Please sign in to comment.