Skip to content

Commit

Permalink
Ugh. Missed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Apr 27, 2016
1 parent bd08ba2 commit 714c1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/credential-management/script.js
Expand Up @@ -45,7 +45,7 @@ function processResponse(c) {
// In a real site, we'd do something like the following to asynchronously
// sign the user in:
//
// fetch("https://example.com/signinEndpoint/", { body: c, method: "POST" })
// fetch("https://example.com/signinEndpoint/", { credentials: c, method: "POST" })
// .then(function (response) {
// if ([check that the response is a valid signin event])
// updateUI();
Expand Down

0 comments on commit 714c1af

Please sign in to comment.