diff --git a/web/components/page-views/signup.tsx b/web/components/page-views/signup.tsx index 89cb87ec4..cac0cca66 100644 --- a/web/components/page-views/signup.tsx +++ b/web/components/page-views/signup.tsx @@ -44,7 +44,7 @@ export const SignUpView = observer(() => {
- Plane background pattern { + const errorPayload = { + type: undefined, + message: errorMessage || undefined, + }; + const signUpErrorTypes = [""]; + const signInErrorTypes = [""]; + + console.log("errorType", errorType); + console.log("signUpErrorTypes", signUpErrorTypes); + console.log("signInErrorTypes", signInErrorTypes); + + return errorPayload; +};