diff --git a/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte b/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte index 95a6a062..7d90784f 100644 --- a/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte +++ b/stubs/inertia-svelte/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.svelte @@ -7,9 +7,8 @@ import { fade } from 'svelte/transition'; import { cubicInOut } from 'svelte/easing'; - let { class: className = '' } = $props(); - let { + class: className = '', mustVerifyEmail, status, } = $props();