fix: root directory creation

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-10-05 22:14:44 +00:00
parent 1fcdaf4f86
commit f7bc5fd958
14 changed files with 95 additions and 107 deletions

View File

@@ -19,7 +19,7 @@ import {
FieldLabel,
} from "@/components/ui/field"
import { Input } from "@/components/ui/input"
import { type AuthErrorCode, authClient } from "../auth-client"
import { type AuthErrorCode, authClient } from "../auth"
export const Route = createFileRoute("/sign-up")({
component: SignupPage,
@@ -145,8 +145,6 @@ function SignupForm() {
passwordFieldError = "Passwords do not match"
}
console.log({ passwordFieldError })
return (
<form onSubmit={handleSubmit}>
<FieldGroup>