From 0fdea63acb9ee84272a5d3a7f293e3fe21f54bcb Mon Sep 17 00:00:00 2001 From: RajRajhans Date: Fri, 19 Feb 2021 03:01:47 +0530 Subject: [PATCH 1/3] fix(auth): update oauth help text --- .../src/provider-utils/supported-services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify-category-auth/src/provider-utils/supported-services.ts b/packages/amplify-category-auth/src/provider-utils/supported-services.ts index 279be345dd2..cfa24babcc9 100644 --- a/packages/amplify-category-auth/src/provider-utils/supported-services.ts +++ b/packages/amplify-category-auth/src/provider-utils/supported-services.ts @@ -733,7 +733,7 @@ export const supportedServices = { key: 'hostedUI', question: 'Do you want to use an OAuth flow?', learnMore: - 'When you create a user pool in Amazon Cognito and configure a domain for it, Amazon Cognito automatically provisions a hosted web UI to let you add sign-up and sign-in pages to your app.', + 'When you create a user pool in Amazon Cognito and configure a domain for it, Amazon Cognito automatically provisions a hosted web UI to let you add sign-up and sign-in pages to your app. Note: Selecting "No" will remove the existing oAuth configuration, if any.', required: true, type: 'list', map: 'booleanOptions', From df43e2a29d63a7f83a7d84062c68d490922777df Mon Sep 17 00:00:00 2001 From: Raj Rajhans Date: Fri, 19 Feb 2021 03:19:48 +0530 Subject: [PATCH 2/3] Update packages/amplify-category-auth/src/provider-utils/supported-services.ts Co-authored-by: Edward Foyle --- .../src/provider-utils/supported-services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify-category-auth/src/provider-utils/supported-services.ts b/packages/amplify-category-auth/src/provider-utils/supported-services.ts index cfa24babcc9..a7b766fc048 100644 --- a/packages/amplify-category-auth/src/provider-utils/supported-services.ts +++ b/packages/amplify-category-auth/src/provider-utils/supported-services.ts @@ -733,7 +733,7 @@ export const supportedServices = { key: 'hostedUI', question: 'Do you want to use an OAuth flow?', learnMore: - 'When you create a user pool in Amazon Cognito and configure a domain for it, Amazon Cognito automatically provisions a hosted web UI to let you add sign-up and sign-in pages to your app. Note: Selecting "No" will remove the existing oAuth configuration, if any.', + 'When you create a user pool in Amazon Cognito and configure a domain for it, Amazon Cognito automatically provisions a hosted web UI to let you add sign-up and sign-in pages to your app. Note: Selecting "No" will remove any existing oAuth configuration.', required: true, type: 'list', map: 'booleanOptions', From 258b963cfef68cbfb48fc4e4204ed5ce665888c6 Mon Sep 17 00:00:00 2001 From: Raj Rajhans Date: Fri, 19 Feb 2021 03:27:15 +0530 Subject: [PATCH 3/3] Update packages/amplify-category-auth/src/provider-utils/supported-services.ts Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com> --- .../src/provider-utils/supported-services.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amplify-category-auth/src/provider-utils/supported-services.ts b/packages/amplify-category-auth/src/provider-utils/supported-services.ts index a7b766fc048..6207faf08c4 100644 --- a/packages/amplify-category-auth/src/provider-utils/supported-services.ts +++ b/packages/amplify-category-auth/src/provider-utils/supported-services.ts @@ -733,7 +733,7 @@ export const supportedServices = { key: 'hostedUI', question: 'Do you want to use an OAuth flow?', learnMore: - 'When you create a user pool in Amazon Cognito and configure a domain for it, Amazon Cognito automatically provisions a hosted web UI to let you add sign-up and sign-in pages to your app. Note: Selecting "No" will remove any existing oAuth configuration.', + 'When you create a user pool in Amazon Cognito and configure a domain for it, Amazon Cognito automatically provisions a hosted web UI to let you add sign-up and sign-in pages to your app. Selecting "No" will remove any existing OAuth configuration.', required: true, type: 'list', map: 'booleanOptions',