Skip to content

Commit

Permalink
Remove redundant "if present" from requireUserVerification description
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Nov 6, 2017
1 parent dbca08d commit c6f07a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Expand Up @@ -1423,8 +1423,8 @@ attributes.

: <dfn>requireUserVerification</dfn>
:: This member describes the [=[RP]=]'s requirements regarding [=user verification=] for this
{{CredentialsContainer/create()}} operation. If this member is [=present=], eligible authenticators are filtered to
satisfy this requirement as well as possible.
{{CredentialsContainer/create()}} operation. Eligible authenticators are filtered to only those capable of satisfying this
requirement.
</div>


Expand Down Expand Up @@ -1500,8 +1500,8 @@ an assertion. Its {{PublicKeyCredentialRequestOptions/challenge}} member must be

: <dfn>requireUserVerification</dfn>
:: This member describes the [=[RP]=]'s requirements regarding [=user verification=] for this
{{CredentialsContainer/get()}} operation. If this member is [=present=], eligible authenticators are filtered to
satisfy this requirement as well as possible.
{{CredentialsContainer/get()}} operation. Eligible authenticators are filtered to only those capable of satisfying this
requirement.

: <dfn>extensions</dfn>
:: This optional member contains additional parameters requesting additional processing by the client and authenticator.
Expand Down

0 comments on commit c6f07a5

Please sign in to comment.