Skip to content

Commit

Permalink
Convert required email field in user account to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandersloot-mozilla committed Feb 13, 2023
1 parent 8a33eb4 commit d4a0cb3
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 @@ -499,7 +499,7 @@ The response body must be a JSON object that can be [=converted to an IDL value|
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 d4a0cb3

Please sign in to comment.