mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-03 00:29:10 +00:00
update resolver
This commit is contained in:
@@ -61,7 +61,7 @@ export default function SetResourcePasswordForm({
|
||||
|
||||
const [loading, setLoading] = useState(false);
|
||||
|
||||
const form = useForm<SetPasswordFormValues>({
|
||||
const form = useForm({
|
||||
resolver: zodResolver(setPasswordFormSchema),
|
||||
defaultValues
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user