diff --git a/client/src/pages/account/public/Login.tsx b/client/src/pages/account/public/Login.tsx index a58dd9f2952..30b9ab0b7e8 100644 --- a/client/src/pages/account/public/Login.tsx +++ b/client/src/pages/account/public/Login.tsx @@ -90,7 +90,7 @@ const Login = () => { - + Welcome back @@ -141,7 +141,7 @@ const Login = () => { {
{ - + Create your account @@ -189,7 +189,11 @@ const Register = () => { Email - + @@ -210,7 +214,7 @@ const Register = () => {
@@ -267,19 +271,19 @@ const Register = () => { {getValues('password') === '' && ( <>
  • - +

    {passwordLengthMessage}

  • - +

    {passwordContainsNumberMessage}

  • - +

    {passwordContainsUppercaseMessage}

  • diff --git a/client/src/shared/layout/PublicLayoutContainer.tsx b/client/src/shared/layout/PublicLayoutContainer.tsx index 19f7f545f9b..d9dcdb7b2a2 100644 --- a/client/src/shared/layout/PublicLayoutContainer.tsx +++ b/client/src/shared/layout/PublicLayoutContainer.tsx @@ -5,7 +5,7 @@ import {PropsWithChildren} from 'react'; const PublicLayoutContainer = ({children}: PropsWithChildren) => { return ( <> -
    +
    ByteChef