Skip to content

Commit

Permalink
Update files/en-us/web/api/credentialscontainer/create/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg authored May 2, 2024
1 parent cfb58f4 commit 0735140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/api/credentialscontainer/create/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ create(options)

A {{jsxref("Promise")}} that resolves with one of the following:

- A {{domxref("FederatedCredential")}}, if the credential type was a `federated` object.
- A {{domxref("PasswordCredential")}}, if the created credential type was a `password` object.
- A {{domxref("PublicKeyCredential")}}, if the created credential type was a `publicKey` object.
- A {{domxref("FederatedCredential")}}, if the credential type was `federated`.
- A {{domxref("PasswordCredential")}}, if the credential type was `password`.
- A {{domxref("PublicKeyCredential")}}, if the credential type was `publicKey`.

If no credential object can be created, the promise resolves with `null`.

Expand Down

0 comments on commit 0735140

Please sign in to comment.