Skip to content

Commit

Permalink
feat: disable signup
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Aug 24, 2024
1 parent 938bf61 commit 0b920cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/console/src/pages/auth/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export const LoginPage = () => {
)}
</div>

<motion.div
{/* <motion.div
key={mode}
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
Expand Down Expand Up @@ -393,7 +393,7 @@ export const LoginPage = () => {
.
</p>
)}
</motion.div>
</motion.div> */}
</div>
</div>
<div className="relative hidden flex-1 bg-neutral-950 lg:flex">
Expand Down

0 comments on commit 0b920cd

Please sign in to comment.