diff --git a/src/components/auth/login/Login.tsx b/src/components/auth/login/Login.tsx index 75886afc..1edb2239 100644 --- a/src/components/auth/login/Login.tsx +++ b/src/components/auth/login/Login.tsx @@ -55,63 +55,54 @@ export function Login() { }; return ( - <> -
- There was an error signing into your account. Please try again. -
- )} ++ There was an error signing into your account. Please try again. +
+ )}- Enter your email below to create your account -
-- There was an error creating your account. Please try again. -
- )} - {/* No TOS or privacy policy atm. */} - {/*- By clicking continue, you agree to our{" "} - - Terms of Service - {" "} - and{" "} - - Privacy Policy - - . -
*/} ++ Enter your email below to create your account +
+ There was an error creating your account. Please try again. +
+ )}