From 578263ad7b9de59beedbc4387e38d9faf9f5f0f6 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 18 Sep 2024 00:34:11 -0400 Subject: [PATCH] small fixes --- src/components/auth/auth-form.tsx | 1 + src/components/auth/footer.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/auth/auth-form.tsx b/src/components/auth/auth-form.tsx index 44cb410..abaae4b 100644 --- a/src/components/auth/auth-form.tsx +++ b/src/components/auth/auth-form.tsx @@ -147,6 +147,7 @@ const AuthForm = (): ReactElement => { className="pl-8 rounded-lg" type="email" placeholder="bob@example.com" + disabled={stage !== "email"} {...register("email")} /> diff --git a/src/components/auth/footer.tsx b/src/components/auth/footer.tsx index be4aa51..6cb3a75 100644 --- a/src/components/auth/footer.tsx +++ b/src/components/auth/footer.tsx @@ -18,7 +18,7 @@ const Footer = (): ReactElement => ( const DocumentLink = ({ name, link }: { name: string; link: string }) => ( {name}