diff --git a/frontend/components/basic/InputField.tsx b/frontend/components/basic/InputField.tsx index 46b42c15c..08afa975d 100644 --- a/frontend/components/basic/InputField.tsx +++ b/frontend/components/basic/InputField.tsx @@ -96,6 +96,7 @@ const InputField = ( /> {props.label?.includes('Password') && ( - - + {false && ( +
+ + We are experiencing minor technical difficulties. We are working on + solving it right now. Please come back in a few minutes. +
+ )} +
+

+ Need an Infisical account? +

+ + + +
+ ); } diff --git a/frontend/pages/signup.tsx b/frontend/pages/signup.tsx index a5e17a8c5..51e2e1c05 100644 --- a/frontend/pages/signup.tsx +++ b/frontend/pages/signup.tsx @@ -266,7 +266,7 @@ export default function SignUp() {

-
- {/*
+ {/*

I do not want to receive emails about Infisical and its products.

*/} @@ -296,7 +296,7 @@ export default function SignUp() { acknowledged the Privacy Policy.

-
@@ -512,35 +512,17 @@ export default function SignUp() { It contains your Secret Key which we cannot access or recover for you if you lose it. -
-
); @@ -571,7 +553,9 @@ export default function SignUp() { /> - {step == 1 ? step1 : step == 2 ? step2 : step == 3 ? step3 : step4} +
e.preventDefault()}> + {step == 1 ? step1 : step == 2 ? step2 : step == 3 ? step3 : step4} +
);