Skip to content

Commit

Permalink
change email to not be required
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandersloot-mozilla committed Feb 13, 2023
1 parent 666226b commit 3ed01b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ To <dfn>fetch the accounts list</dfn> given an {{IdentityProviderAPIConfig}} |co
dictionary IdentityProviderAccount {
required USVString id;
required USVString name;
required USVString email;
USVString email;
USVString given_name;
USVString picture;
sequence<USVString> approved_clients;
Expand Down

0 comments on commit 3ed01b5

Please sign in to comment.