hopefully this solves random hanging

This commit is contained in:
Michael Freno
2026-01-07 20:53:21 -05:00
parent 547bc6c452
commit ca28237d13
6 changed files with 334 additions and 13 deletions

View File

@@ -15,9 +15,7 @@ import Input from "~/components/ui/Input";
import PasswordInput from "~/components/ui/PasswordInput";
import Button from "~/components/ui/Button";
import FormFeedback from "~/components/ui/FormFeedback";
import type { UserProfile } from "~/types/user";
import PasswordStrengthMeter from "~/components/PasswordStrengthMeter";
const getUserProfile = query(async (): Promise<UserProfile | null> => {
"use server";
@@ -672,7 +670,6 @@ export default function AccountPage() {
}
title="Please enter a valid email address"
label={userProfile().email ? "Update Email" : "Add Email"}
containerClass="input-group mx-4"
/>
<Show
when={