diff --git a/resources/js/pages/settings/Password.vue b/resources/js/pages/settings/Password.vue index c3e5b684..ade598f7 100644 --- a/resources/js/pages/settings/Password.vue +++ b/resources/js/pages/settings/Password.vue @@ -25,8 +25,8 @@ const breadcrumbItems: BreadcrumbItem[] = [ }, ]; -const passwordInput = ref(); -const currentPasswordInput = ref(); +const passwordInput = ref(null); +const currentPasswordInput = ref(null); const form = useForm({ current_password: '',