Skip to content

Commit

Permalink
Remove secure context header from credental init pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed May 15, 2024
1 parent 0ffe0c5 commit bef0047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/federatedcredentialinit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page-type: web-api-interface
spec-urls: https://w3c.github.io/webappsec-credential-management/#dom-federatedcredential-federatedcredential
---

{{APIRef("Credential Management API")}}{{SecureContext_Header}}
{{APIRef("Credential Management API")}}

The **`FederatedCredentialInit`** dictionary represents the object passed to {{domxref("CredentialsContainer.create()")}} as the value of the `federated` option: that is, when using `create()` to create a {{domxref("FederatedCredential")}} object representing a credential associated with a federated identify provider.

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/passwordcredentialinit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page-type: web-api-interface
spec-urls: https://w3c.github.io/webappsec-credential-management/#typedefdef-passwordcredentialinit
---

{{APIRef("Credential Management API")}}{{SecureContext_Header}}
{{APIRef("Credential Management API")}}

The **`PasswordCredentialInit`** dictionary represents the object passed to {{domxref("CredentialsContainer.create()")}} as the value of the `password` option: that is, when using `create()` to create a password credential.

Expand Down

0 comments on commit bef0047

Please sign in to comment.