diff --git a/app/Livewire/Settings/DeleteUserForm.php b/app/Livewire/Settings/DeleteUserForm.php index 74a2ba2..2906ace 100644 --- a/app/Livewire/Settings/DeleteUserForm.php +++ b/app/Livewire/Settings/DeleteUserForm.php @@ -15,6 +15,8 @@ final class DeleteUserForm extends Component public string $password = ''; + public bool $confirmingUserDeletion = false; + /** * Delete the currently authenticated user. */ diff --git a/resources/views/components/auth-header.blade.php b/resources/views/components/auth-header.blade.php index e596a3f..9d38db4 100644 --- a/resources/views/components/auth-header.blade.php +++ b/resources/views/components/auth-header.blade.php @@ -4,6 +4,6 @@ ])
{{ $title }}
+{{ $description }}