fix: comment out FieldDescription in LoginForm component

This commit is contained in:
mlogclub
2026-05-30 20:23:19 +08:00
parent ea6fc84c18
commit b44bb666c9
+2 -2
View File
@@ -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">