From a13067d53d5820a88ecb2fca6aceb5f3f13f51e3 Mon Sep 17 00:00:00 2001 From: betimshahini Date: Thu, 31 Aug 2023 16:21:37 -0400 Subject: [PATCH] fix(console): Onboarding copy fix and OTP code local fix (#2656) --- apps/console/app/routes/onboarding/index.tsx | 35 +++++++++----------- platform/email/emailTemplate.ts | 2 +- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/apps/console/app/routes/onboarding/index.tsx b/apps/console/app/routes/onboarding/index.tsx index 6301eadb53..616b73bbfa 100644 --- a/apps/console/app/routes/onboarding/index.tsx +++ b/apps/console/app/routes/onboarding/index.tsx @@ -82,9 +82,8 @@ const Option = ({ return (
{ if (disabled) return setSelectedType(type) @@ -122,9 +121,8 @@ const SelectOrgType = ({ return (
1/4 @@ -200,9 +198,8 @@ const ConnectEmail = ({ return (
- + 🎉 You are ready to go! - + Here is what you can do next -
    +
    • - Configure OAuth settings + Configure your application
    • - Configure account abstractions + Learn about OIDC / OAuth 2.0
    • - Configure custom design + Using Scopes
    • diff --git a/platform/email/emailTemplate.ts b/platform/email/emailTemplate.ts index 69002c1ccf..89e85440fa 100644 --- a/platform/email/emailTemplate.ts +++ b/platform/email/emailTemplate.ts @@ -240,7 +240,7 @@ export const EmailTemplateOTP = ( const content = `
      Confirm Your Email Address

      Please copy the code below into the email verification screen.

      -
      ${passcode}
      +
      ${passcode}

      Please note: the code will be valid for the next 10 minutes.

      If you didn't request this email, there's nothing to worry about - you can safely ignore it.