From d4a0cb3e11d5d6439142c1119cb1cf0378762695 Mon Sep 17 00:00:00 2001 From: Benjamin VanderSloot Date: Mon, 13 Feb 2023 16:20:30 -0500 Subject: [PATCH] Convert required email field in user account to optional --- spec/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.bs b/spec/index.bs index 7fa089b82..5b1d7a124 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -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 approved_clients;