From 3ed01b5bd473cb667eb584439e3033c4de236c72 Mon Sep 17 00:00:00 2001 From: Benjamin VanderSloot Date: Mon, 13 Feb 2023 09:00:19 -0500 Subject: [PATCH] change email to not be required --- spec/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/index.bs b/spec/index.bs index e27d516eb..b6b12fa99 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -733,7 +733,7 @@ To fetch the accounts list given an {{IdentityProviderAPIConfig}} |co dictionary IdentityProviderAccount { required USVString id; required USVString name; - required USVString email; + USVString email; USVString given_name; USVString picture; sequence approved_clients;