From 494dd9ce3685a2eb2736e8547a8f2df80c3128de Mon Sep 17 00:00:00 2001 From: Zachary Tan Date: Fri, 1 Nov 2024 13:58:39 -0400 Subject: [PATCH] Update index.bs --- spec/index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/index.bs b/spec/index.bs index 5e611008..63f4fa4d 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -799,7 +799,7 @@ the exception thrown. 1. Let |result| be the result of running [=fetch the config file and show an IDP login dialog=] with |provider| and |globalObject|. - 1. If |result| is failure, return (failure, false). + 1. If |result| is failure, return (failure, true). 1. Otherwise, the user agent MUST do one of the following: * Return (failure, false). * Prompt the user whether to continue. If the user continues, the user @@ -810,7 +810,7 @@ the exception thrown. 1. Let |result| be the result of running [=fetch the config file and show an IDP login dialog=] with |provider| and |globalObject|. - 1. If |result| is failure, return (failure, false). + 1. If |result| is failure, return (failure, true). 1. Let |requiresUserMediation| be |provider|'s {{IdentityProviderConfig/configURL}}'s [=/origin=]'s [=requires user mediation=]. 1. Let |mediation| be |options|'s {{CredentialRequestOptions/mediation}}.