We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25089d6 commit 074a58dCopy full SHA for 074a58d
demos/credential-management/script.js
@@ -30,8 +30,7 @@ function processResponse(c) {
30
// In a real site, we'd do something like the following to asynchronously
31
// sign the user in:
32
//
33
- // var fd = c.toFormData();
34
- // fetch("https://example.com/signinEndpoint/", { body: fd, method: "POST" })
+ // fetch("https://example.com/signinEndpoint/", { body: c, method: "POST" })
35
// .then(function (response) {
36
// if ([check that the response is a valid signin event])
37
// updateUI();
0 commit comments