fix: comment out FieldDescription in LoginForm component
This commit is contained in:
@@ -212,9 +212,9 @@ export function LoginForm({
|
|||||||
</Field>
|
</Field>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
<FieldDescription className="text-center">
|
{/* <FieldDescription className="text-center">
|
||||||
{t("auth.noAccount")} <a href="#">{t("auth.signUp")}</a>
|
{t("auth.noAccount")} <a href="#">{t("auth.signUp")}</a>
|
||||||
</FieldDescription>
|
</FieldDescription> */}
|
||||||
</FieldGroup>
|
</FieldGroup>
|
||||||
</form>
|
</form>
|
||||||
<div className="relative hidden bg-muted md:block">
|
<div className="relative hidden bg-muted md:block">
|
||||||
|
|||||||
Reference in New Issue
Block a user