mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user