Skip to content

Commit

Permalink
[web] - disable signup
Browse files Browse the repository at this point in the history
  • Loading branch information
roman.ec4a committed Sep 29, 2023
1 parent 256a189 commit 4e92571
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions web/src/v6.1.0/pages/Signup/components/UsernameForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const UsernameForm = () => {
}
}

useEffect(() => {
loadCaptchaEnginge(6)
}, [])
// useEffect(() => {
// loadCaptchaEnginge(6)
// }, [])

return (
<div className="flex flex-wrap items-center justify-center gap-14">
Expand All @@ -50,7 +50,11 @@ const UsernameForm = () => {

<div className="basis-full md:basis-8/12 lg:basis-5/12 xl:basis-4/12">
<div className="border border-gray-e6edff rounded-xl p-8">
<Formik
<Alert variant="danger">
<h1 className="text-lg font-medium">We are upgrading the DAO</h1>
<div>Please, wait</div>
</Alert>
{/* <Formik
initialValues={{
email: data.email,
username: data.username,
Expand Down Expand Up @@ -124,7 +128,7 @@ const UsernameForm = () => {
</div>
</Form>
)}
</Formik>
</Formik> */}
</div>
</div>
</div>
Expand Down

0 comments on commit 4e92571

Please sign in to comment.