Skip to content

Commit

Permalink
Merge pull request #637 from w3c/christiaanbrand-patch-1
Browse files Browse the repository at this point in the history
Fix User.ID example
  • Loading branch information
jcjones committed Oct 12, 2017
2 parents 6594dc7 + 95fd62a commit 641949f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3510,7 +3510,7 @@ The sample code for generating and registering a new key follows:

// User:
user: {
id: "1098237235409872",
id: Uint8Array.from(window.atob("MIIBkzCCATigAwIBAjCCAZMwggE4oAMCAQIwggGTMII="), c=>c.charCodeAt(0)),
name: "john.p.smith@example.com",
displayName: "John P. Smith",
icon: "https://pics.acme.com/00/p/aBjjjpqPb.png"
Expand Down

0 comments on commit 641949f

Please sign in to comment.